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]

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

impl Clone for DeviceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceState
[src]

Formats the value using the given formatter. Read more

impl Part for DeviceState
[src]

Auto Trait Implementations

impl Send for DeviceState

impl Sync for DeviceState