type property

String? type
getter/setter pair

The type of mobile device.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "MOBILE" : Mobile phones.
  • "TABLET" : Tablets.

Implementation

core.String? type;