disapprovalReasons property
- @Deprecated('Not supported. Member documentation may have more information.')
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;