Struct google_admin1_directory::ChromeOsDeviceCpuStatusReports[][src]

pub struct ChromeOsDeviceCpuStatusReports {
    pub report_time: Option<String>,
    pub cpu_temperature_info: Option<Vec<ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo>>,
    pub cpu_utilization_percentage_info: Option<Vec<i32>>,
}

Reports of CPU utilization and temperature (Read-only)

This type is not used in any activity, and only used as part of another schema.

Fields

Date and time the report was received.

List of CPU temperature samples.

no description provided

Trait Implementations

impl Default for ChromeOsDeviceCpuStatusReports
[src]

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

impl Clone for ChromeOsDeviceCpuStatusReports
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDeviceCpuStatusReports
[src]

Formats the value using the given formatter. Read more

impl NestedType for ChromeOsDeviceCpuStatusReports
[src]

impl Part for ChromeOsDeviceCpuStatusReports
[src]

Auto Trait Implementations