vastVersion property

String? vastVersion
getter/setter pair

The maximum VAST version across all wrapped VAST documents.

Can be used to filter the response of the creatives.list method. Possible string values are:

  • "VAST_VERSION_UNSPECIFIED" : Default value that should never be used.
  • "VAST_VERSION_1_0" : VAST 1.0
  • "VAST_VERSION_2_0" : VAST 2.0
  • "VAST_VERSION_3_0" : VAST 3.0
  • "VAST_VERSION_4_0" : VAST 4.0

Implementation

core.String? vastVersion;