passengerType property
The number of passengers. Possible string values are:
- "PASSENGER_TYPE_UNSPECIFIED"
- "SINGLE_PASSENGER"
- "singlePassenger" : Legacy alias for
SINGLE_PASSENGER
. Deprecated. - "MULTIPLE_PASSENGERS"
- "multiplePassengers" : Legacy alias for
MULTIPLE_PASSENGERS
. Deprecated.
Implementation
core.String? passengerType;