AI-generated Key Takeaways
-
A
DeviceCapability
represents a device capability and includes a name and a display name. -
The
name
field is the identifier for theDeviceCapability
and uses a specific format. -
The
displayName
field provides the localized name of the device capability. -
The API offers methods to either retrieve a single
DeviceCapability
object or a list ofDeviceCapability
objects.
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. |