transitOption property
Possible string values are:
- "TRANSIT_OPTION_UNSPECIFIED"
- "ORIGIN_AND_DESTINATION_NAMES"
- "originAndDestinationNames" : Legacy alias for
ORIGIN_AND_DESTINATION_NAMES
. Deprecated. - "ORIGIN_AND_DESTINATION_CODES"
- "originAndDestinationCodes" : Legacy alias for
ORIGIN_AND_DESTINATION_CODES
. Deprecated. - "ORIGIN_NAME"
- "originName" : Legacy alias for
ORIGIN_NAME
. Deprecated.
Implementation
core.String? transitOption;