formats property

List<String>? formats
getter/setter pair

Creative formats bidded on or allowed to bid on, can be empty.

Although this field is a list, it can only be populated with a single item. A HTTP 400 bad request error will be returned in the response if you specify multiple items.

Implementation

core.List<core.String>? formats;