disapprovalReasons property

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; please use disapproval field instead.

Implementation

core.List<Disapproval>? disapprovalReasons;