gateLabel property
The label to use for the gate value (eventTicketObject.seatInfo.gate
) 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 gateLabel
and customGateLabel
may not be set. If neither is set, the label will
default to "Gate", localized. If the gate field is unset, this label will
not be used.
Possible string values are:
- "GATE_LABEL_UNSPECIFIED"
- "GATE"
- "gate" : Legacy alias for
GATE
. Deprecated. - "DOOR"
- "door" : Legacy alias for
DOOR
. Deprecated. - "ENTRANCE"
- "entrance" : Legacy alias for
ENTRANCE
. Deprecated.
Implementation
core.String? gateLabel;