Struct google_admin1_directory::ChromeOsDevices [] [src]

pub struct ChromeOsDevices {
    pub next_page_token: Option<String>,
    pub chromeosdevices: Option<Vec<ChromeOsDevice>>,
    pub etag: Option<String>,
    pub kind: Option<String>,
}

JSON response template for List Chrome OS Devices operation in Directory API.

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

Token used to access next page of this result.

List of Chrome OS Device objects.

ETag of the resource.

Kind of resource this is.

Trait Implementations

impl Debug for ChromeOsDevices
[src]

Formats the value using the given formatter.

impl Clone for ChromeOsDevices
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChromeOsDevices
[src]

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

impl ResponseResult for ChromeOsDevices
[src]