OBJECT

DeviceCapabilityElement

A single mapping of device capability to friendly string label.

  • type DeviceCapabilityElement {
  • # The capability described by the label.
  • capability: DeviceCapability
  • # The label that describes the capability.
  • label: String
  • }