deviceType property

String? deviceType
getter/setter pair

Type of the device on which the profile exists.

Output only. Possible string values are:

  • "DEVICE_TYPE_UNSPECIFIED" : Represents an unspecified device type.
  • "CHROME_BROWSER" : Represents a Chrome browser device.

Implementation

core.String? deviceType;