Struct google_cloudiot1::ListDeviceConfigVersionsResponse [−][src]
pub struct ListDeviceConfigVersionsResponse {
pub device_configs: Option<Vec<DeviceConfig>>,
}Response for ListDeviceConfigVersions.
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
device_configs: Option<Vec<DeviceConfig>>
The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.
Trait Implementations
impl Default for ListDeviceConfigVersionsResponse[src]
impl Default for ListDeviceConfigVersionsResponsefn default() -> ListDeviceConfigVersionsResponse[src]
fn default() -> ListDeviceConfigVersionsResponseReturns the "default value" for a type. Read more
impl Clone for ListDeviceConfigVersionsResponse[src]
impl Clone for ListDeviceConfigVersionsResponsefn clone(&self) -> ListDeviceConfigVersionsResponse[src]
fn clone(&self) -> ListDeviceConfigVersionsResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListDeviceConfigVersionsResponse[src]
impl Debug for ListDeviceConfigVersionsResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ListDeviceConfigVersionsResponse[src]
impl ResponseResult for ListDeviceConfigVersionsResponseAuto Trait Implementations
impl Send for ListDeviceConfigVersionsResponse
impl Send for ListDeviceConfigVersionsResponseimpl Sync for ListDeviceConfigVersionsResponse
impl Sync for ListDeviceConfigVersionsResponse