type property

String? type
getter/setter pair

Type of the creative. Possible string values are:

  • "CREATIVE_TYPE_UNSPECIFIED" : Default value. If provided, shall be considered invalid.
  • "VIDEO" : Video creatives.
  • "PHOTO" : Photo creatives.

Implementation

core.String? type;