google_api_cloud_iot v0.5.0 GoogleApi.CloudIot.V1.Model.SendCommandToDeviceRequest View Source
Request for `SendCommandToDevice`.
Attributes
- binaryData (binary()): The command data to send to the device. Defaults to:
null
. - subfolder (String.t): Optional subfolder for the command. If empty, the command will be delivered to the /devices/{device-id}/commands topic, otherwise it will be delivered to the /devices/{device-id}/commands/{subfolder} topic. Multi-level subfolders are allowed. This field must not have more than 256 characters, and must not contain any MQTT wildcards ("+" or "#") or null characters. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.