google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.ModifyCloudToDeviceConfigRequest View Source
Request for ModifyCloudToDeviceConfig
.
Attributes
- binaryData (String.t): The configuration data for the device. Defaults to
nil
. - versionToUpdate (String.t): The version number to update. If this value is zero, it will not check the
version number of the server and will always update the current version;
otherwise, this update will fail if the version number found on the server
does not match this version number. This is used to support multiple
simultaneous updates without losing data. 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.