REST Resource: networks.deviceCategories

Resource: DeviceCategory

Represents the category of a device. For example, "smartphone" or "desktop".

JSON representation
{
  "name": string,
  "displayName": string
}
Fields
name

string

Identifier. The resource name of the DeviceCategory. Format: networks/{networkCode}/deviceCategories/{device_category}

displayName

string

Output only. The display name of the device category.

Methods

get

API to retrieve a DeviceCategory object.

list

API to retrieve a list of DeviceCategory objects.