mediaQuartile property
The amount of the media that was played as discrete quartiles.
Optional. Possible string values are:
- "MEDIA_QUARTILE_UNSPECIFIED" : Unspecified media quartile.
- "MEDIA_QUARTILE_START" : Start.
- "MEDIA_QUARTILE_FIRST_QUARTILE" : First quartile.
- "MEDIA_QUARTILE_MIDPOINT" : Midpoint.
- "MEDIA_QUARTILE_THIRD_QUARTILE" : Third quartile.
- "MEDIA_QUARTILE_COMPLETE" : Complete.
Implementation
core.String? mediaQuartile;