format property

String? format
getter/setter pair

Format of this studio creative.

This is a required field on insertion. Possible string values are:

  • "UNKNOWN" : The format of the studio creative is unknown. This value is unused.
  • "BANNER" : Banner format.
  • "EXPANDING" : Expanding format.
  • "INTERSTITIAL" : Intertitial format.
  • "VPAID_LINEAR_VIDEO" : VPAID linear video creative format.

Implementation

core.String? format;