declaredRestrictedCategories property

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

All declared restricted categories for the ads that may be shown from this creative.

Can be used to filter the response of the creatives.list method.

Implementation

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