Module: Google::Maps::FleetEngine::V1::BillingPlatformIdentifier
- Defined in:
- proto_docs/google/maps/fleetengine/v1/trips.rb
Overview
A set of values that indicate upon which platform the request was issued.
Constant Summary collapse
- BILLING_PLATFORM_IDENTIFIER_UNSPECIFIED =
Default. Used for unspecified platforms.
0
- SERVER =
The platform is a client server.
1
- WEB =
The platform is a web browser.
2
- ANDROID =
The platform is an Android mobile device.
3
- IOS =
The platform is an IOS mobile device.
4
- OTHERS =
Other platforms that are not listed in this enumeration.
5