minimumVolume property

String? minimumVolume
getter/setter pair

The minimum percentage of the video ad's volume required in order for an impression to be recorded.

Required. Possible string values are:

  • "VIDEO_VOLUME_PERCENT_UNSPECIFIED" : Value is not specified or is unknown in this version.
  • "VIDEO_VOLUME_PERCENT_0" : 0% volume.
  • "VIDEO_VOLUME_PERCENT_10" : 10% volume.

Implementation

core.String? minimumVolume;