orientation property

String? orientation
getter/setter pair

Orientation of a video placement.

If this value is set, placement will return assets matching the specified orientation. Possible string values are:

  • "ANY"
  • "LANDSCAPE"
  • "PORTRAIT"

Implementation

core.String? orientation;