google_api_cloud_iot v0.22.0 GoogleApi.CloudIot.V1.Model.ModifyCloudToDeviceConfigRequest View Source

Request for ModifyCloudToDeviceConfig.

Attributes

  • binaryData (type: String.t, default: nil) - Required. The configuration data for the device.
  • versionToUpdate (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudIot.V1.Model.ModifyCloudToDeviceConfigRequest{
  binaryData: String.t(),
  versionToUpdate: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.