videoAspectRatioRequirement property

String? videoAspectRatioRequirement
getter/setter pair

For video field types, the required aspect ratio of the video.

When unset and asset_field_type is YOUTUBE_VIDEO, the system recommends the advertiser upload any YouTube video, regardless of aspect ratio.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The received value is not known in this version.
  • "HORIZONTAL" : The video requires a horizontal aspect ratio.
  • "SQUARE" : The video requires a square aspect ratio.
  • "VERTICAL" : The video requires a vertical aspect ratio.

Implementation

core.String? videoAspectRatioRequirement;