Struct google_cloudiot1::ModifyCloudToDeviceConfigRequest[][src]

pub struct ModifyCloudToDeviceConfigRequest {
    pub version_to_update: Option<String>,
    pub binary_data: Option<String>,
}

Request for ModifyCloudToDeviceConfig.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

The configuration data for the device.

Trait Implementations

impl Default for ModifyCloudToDeviceConfigRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for ModifyCloudToDeviceConfigRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModifyCloudToDeviceConfigRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ModifyCloudToDeviceConfigRequest
[src]

Auto Trait Implementations