disapprovalReasons property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<Disapproval>? disapprovalReasons
getter/setter pair

Any disapprovals bound to this restriction.

Only present if status=DISAPPROVED. Can be used to filter the response of the creatives.list method. Deprecated; use disapproval field instead.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<Disapproval>? disapprovalReasons;