version property

String? version
getter/setter pair

The SDF version of the downloaded file.

If set to SDF_VERSION_UNSPECIFIED, this will default to the version specified by the advertiser or partner identified by root_id. An advertiser inherits its SDF version from its partner unless configured otherwise.

Required. Possible string values are:

  • "SDF_VERSION_UNSPECIFIED" : SDF version value is not specified or is unknown in this version.
  • "SDF_VERSION_3_1" : SDF version 3.1
  • "SDF_VERSION_4" : SDF version 4
  • "SDF_VERSION_4_1" : SDF version 4.1
  • "SDF_VERSION_4_2" : SDF version 4.2
  • "SDF_VERSION_5" : SDF version 5.
  • "SDF_VERSION_5_1" : SDF version 5.1
  • "SDF_VERSION_5_2" : SDF version 5.2
  • "SDF_VERSION_5_3" : SDF version 5.3
  • "SDF_VERSION_5_4" : SDF version 5.4
  • "SDF_VERSION_5_5" : SDF version 5.5
  • "SDF_VERSION_6" : SDF version 6
  • "SDF_VERSION_7" : SDF version 7. Read the [v7 migration guide](/display-video/api/structured-data-file/v7-migration-guide) before migrating to this version.

Implementation

core.String? version;