google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.SendCommandToDeviceRequest View Source
Request for SendCommandToDevice
.
Attributes
- binaryData (String.t): The command data to send to the device. Defaults to
nil
. - 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
nil
.
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.