AI-generated Key Takeaways
-
A DeviceCategory resource represents the category of a device, such as "smartphone" or "desktop".
-
It includes fields for
name
, which is the identifier, anddisplayName
, which is output only and represents the display name. -
Available methods include
get
to retrieve a single DeviceCategory object andlist
to retrieve a list of DeviceCategory objects.
Resource: DeviceCategory
Represents the category of a device. For example, "smartphone" or "desktop".
JSON representation |
---|
{ "name": string, "displayName": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the |
displayName |
Output only. The display name of the device category. |
Methods |
|
---|---|
|
API to retrieve a DeviceCategory object. |
|
API to retrieve a list of DeviceCategory objects. |