REST Resource: networks.deviceCapabilities

Resource: DeviceCapability

Represents a device capability.

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

string

Identifier. The resource name of the DeviceCapability. Format: networks/{networkCode}/deviceCapabilities/{device_capability_id}

displayName

string

Output only. The localized name of the device capability.

Methods

get

API to retrieve a DeviceCapability object.

list

API to retrieve a list of DeviceCapability objects.