relativePosition property

String? relativePosition
getter/setter pair

The relative position of the section in the list of sections.

Optional. Possible string values are:

  • "POSITION_UNSPECIFIED" : Unspecified position.
  • "START" : Start of the list of sections.
  • "END" : End of the list of sections.

Implementation

core.String? relativePosition;