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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ChromeOsDevice
impl Send for ChromeOsDevice
impl Sync for ChromeOsDevice
impl Unpin for ChromeOsDevice
impl UnwindSafe for ChromeOsDevice
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more