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§
Source§impl Clone for ChromeOsDevice
impl Clone for ChromeOsDevice
Source§fn clone(&self) -> ChromeOsDevice
fn clone(&self) -> ChromeOsDevice
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ChromeOsDevice
impl Debug for ChromeOsDevice
Source§impl<'de> Deserialize<'de> for ChromeOsDevice
impl<'de> Deserialize<'de> for ChromeOsDevice
Source§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>,
Source§impl JsonSchema for ChromeOsDevice
impl JsonSchema for ChromeOsDevice
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moreSource§impl PartialEq for ChromeOsDevice
impl PartialEq for ChromeOsDevice
Source§impl Serialize for ChromeOsDevice
impl Serialize for ChromeOsDevice
impl StructuralPartialEq for ChromeOsDevice
Auto Trait Implementations§
impl Freeze for ChromeOsDevice
impl RefUnwindSafe for ChromeOsDevice
impl Send for ChromeOsDevice
impl Sync for ChromeOsDevice
impl Unpin for ChromeOsDevice
impl UnwindSafe for ChromeOsDevice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more