Page Summary
-
A
DeviceCapabilityrepresents a device capability and includes a name and a display name. -
The
namefield is the identifier for theDeviceCapabilityand uses a specific format. -
The
displayNamefield provides the localized name of the device capability. -
The API offers methods to either retrieve a single
DeviceCapabilityobject or a list ofDeviceCapabilityobjects.
Resource: DeviceCapability
Represents a device capability.
| JSON representation |
|---|
{ "name" : string , "displayName" : string } |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
displayName
|
Output only. The localized name of the device capability. |
Methods |
|
|---|---|
|
API to retrieve a DeviceCapability
object. |
|
API to retrieve a list of DeviceCapability
objects. |

