orientation property
Orientation of the asset.
This is only supported for image and video assets.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : The value is unknown in this version.
- "LANDSCAPE" : Landscape orientation.
- "PORTRAIT" : Portrait orientation.
- "SQUARE" : Square orientation.
Implementation
core.String? orientation;