Struct google_admin1_directory::ChromeOsDevice [] [src]

pub struct ChromeOsDevice {
    pub recent_users: Option<Vec<ChromeOsDeviceRecentUsers>>,
    pub mac_address: Option<String>,
    pub serial_number: Option<String>,
    pub last_sync: Option<String>,
    pub order_number: Option<String>,
    pub meid: Option<String>,
    pub annotated_location: Option<String>,
    pub annotated_user: Option<String>,
    pub platform_version: Option<String>,
    pub active_time_ranges: Option<Vec<ChromeOsDeviceActiveTimeRanges>>,
    pub device_id: Option<String>,
    pub ethernet_mac_address: Option<String>,
    pub annotated_asset_id: Option<String>,
    pub firmware_version: Option<String>,
    pub last_enrollment_time: Option<String>,
    pub kind: Option<String>,
    pub os_version: Option<String>,
    pub notes: Option<String>,
    pub will_auto_renew: Option<bool>,
    pub boot_mode: Option<String>,
    pub etag: Option<String>,
    pub status: Option<String>,
    pub org_unit_path: Option<String>,
    pub model: Option<String>,
    pub support_end_date: Option<String>,
}

JSON template for Chrome Os Device resource 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

List of recent device users, in descending order by last login time (Read-only)

Chromebook Mac Address on wifi network interface (Read-only)

Chromebook serial number (Read-only)

Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)

Chromebook order number (Read-only)

Mobile Equipment identifier for the 3G mobile card in the Chromebook (Read-only)

Address or location of the device as noted by the administrator

User of the device

Chromebook platform version (Read-only)

List of active time ranges (Read-only)

Unique identifier of Chrome OS Device (Read-only)

Chromebook Mac Address on ethernet network interface (Read-only)

AssetId specified during enrollment or through later annotation

Chromebook firmware version (Read-only)

Date and time the device was last enrolled (Read-only)

Kind of resource this is.

Chromebook Os Version (Read-only)

Notes added by the administrator

Will Chromebook auto renew after support end date (Read-only)

Chromebook boot mode (Read-only)

ETag of the resource.

status of the device (Read-only)

OrgUnit of the device

Chromebook Model (Read-only)

Final date the device will be supported (Read-only)

Trait Implementations

impl Default for ChromeOsDevice
[src]

[src]

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

impl Clone for ChromeOsDevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDevice
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for ChromeOsDevice
[src]

impl Resource for ChromeOsDevice
[src]

impl ResponseResult for ChromeOsDevice
[src]