sectionLabel property

String? sectionLabel
getter/setter pair

The label to use for the section value (eventTicketObject.seatInfo.section) on the card detail view.

Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both sectionLabel and customSectionLabel may not be set. If neither is set, the label will default to "Section", localized. If the section field is unset, this label will not be used. Possible string values are:

  • "SECTION_LABEL_UNSPECIFIED"
  • "SECTION"
  • "section" : Legacy alias for SECTION. Deprecated.
  • "THEATER"
  • "theater" : Legacy alias for THEATER. Deprecated.

Implementation

core.String? sectionLabel;