allowedFormats property

List<String>? allowedFormats
getter/setter pair

What formats are allowed by the publisher.

If this repeated field is empty then all formats are allowed. For example, if this field contains AllowedFormatType.AUDIO then the publisher only allows an audio ad (without any video).

Implementation

core.List<core.String>? allowedFormats;