Command Data Type

A command to send. For example, to lock a device.

Properties
Name Type Description
type string Type of command. Input-only. See corresponding resource documentation for the list of supported types.
properties map of object Map of properties (key-value pairs) for processing this type of command. Input-only. See corresponding resource documentation for the list of supported properties for this type of command.

Example

{
  "type" : "...",
  "properties" : {
    "property1" : { },
    "property2" : { }
  }
}