formats property

  1. @Deprecated('Not supported. Member documentation may have more information.')
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.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? formats;