seatLabel property

String? seatLabel
getter/setter pair

The label to use for the seat value (eventTicketObject.seatInfo.seat) 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 seatLabel and customSeatLabel may not be set. If neither is set, the label will default to "Seat", localized. If the seat field is unset, this label will not be used. Possible string values are:

  • "SEAT_LABEL_UNSPECIFIED"
  • "SEAT"
  • "seat" : Legacy alias for SEAT. Deprecated.

Implementation

core.String? seatLabel;