Struct google_cloudiot1::DeviceState [] [src]

pub struct DeviceState {
    pub update_time: Option<String>,
    pub binary_data: Option<String>,
}

The device state, as reported by the device.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output only] The time at which this state version was updated in Cloud IoT Core.

The device state data.

Trait Implementations

impl Default for DeviceState
[src]

[src]

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

impl Clone for DeviceState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeviceState
[src]

[src]

Formats the value using the given formatter.

impl Part for DeviceState
[src]