Struct gsuite_api::types::ChromeOsDevice[][src]

pub struct ChromeOsDevice {
Show 37 fields pub active_time_ranges: Vec<ActiveTimeRanges>, pub annotated_asset_id: String, pub annotated_location: String, pub annotated_user: String, pub auto_update_expiration: i64, pub boot_mode: String, pub cpu_status_reports: Vec<CpuStatusReports>, pub device_files: Vec<DeviceFiles>, pub device_id: String, pub disk_volume_reports: Vec<DiskVolumeReports>, pub dock_mac_address: String, pub etag: String, pub ethernet_mac_address: String, pub ethernet_mac_address_0: String, pub firmware_version: String, pub kind: String, pub last_enrollment_time: Option<DateTime<Utc>>, pub last_known_network: Vec<LastKnownNetwork>, pub last_sync: Option<DateTime<Utc>>, pub mac_address: String, pub manufacture_date: Option<NaiveDate>, pub meid: String, pub model: String, pub notes: String, pub order_number: String, pub org_unit_path: String, pub os_version: String, pub platform_version: String, pub recent_users: Vec<RecentUsers>, pub screenshot_files: Vec<DeviceFiles>, pub serial_number: String, pub status: String, pub support_end_date: Option<DateTime<Utc>>, pub system_ram_free_reports: Vec<SystemRamFreeReports>, pub system_ram_total: i64, pub tpm_version_info: Option<TpmVersionInfo>, pub will_auto_renew: bool,
}
Expand description

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

Fields

active_time_ranges: Vec<ActiveTimeRanges>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

annotated_asset_id: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

annotated_location: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

annotated_user: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

auto_update_expiration: i64

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

boot_mode: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

cpu_status_reports: Vec<CpuStatusReports>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

device_files: Vec<DeviceFiles>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

device_id: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

disk_volume_reports: Vec<DiskVolumeReports>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

dock_mac_address: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

etag: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

ethernet_mac_address: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

ethernet_mac_address_0: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

firmware_version: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

kind: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

last_enrollment_time: Option<DateTime<Utc>>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

last_known_network: Vec<LastKnownNetwork>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

last_sync: Option<DateTime<Utc>>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

mac_address: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

manufacture_date: Option<NaiveDate>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

meid: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

model: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

notes: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

order_number: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

org_unit_path: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

os_version: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

platform_version: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

recent_users: Vec<RecentUsers>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

screenshot_files: Vec<DeviceFiles>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

serial_number: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

status: String

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

support_end_date: Option<DateTime<Utc>>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

system_ram_free_reports: Vec<SystemRamFreeReports>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

system_ram_total: i64

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

tpm_version_info: Option<TpmVersionInfo>

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

will_auto_renew: bool

Google Chrome devices run on the Chrome OS. For more information about common API tasks, see the Developer’s Guide.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.