contentDirection property
The content direction of this section.
If unset, the value defaults to LEFT_TO_RIGHT. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error. Possible string values are:
- "CONTENT_DIRECTION_UNSPECIFIED" : The content direction is unspecified.
- "LEFT_TO_RIGHT" : The content goes from left to right.
- "RIGHT_TO_LEFT" : The content goes from right to left.
Implementation
core.String? contentDirection;