type property
The client's platform type. Possible string values are:
- "CLIENT_TYPE_UNSPECIFIED" : Client type is not specified.
 - "WEB" : Client type is web.
 - "IOS" : Client type is iOS.
 - "ANDROID" : Client type is Android.
 
Implementation
core.String? type;