Struct google_admin1_directory::ChromeOsDeviceSystemRamFreeReports[][src]

pub struct ChromeOsDeviceSystemRamFreeReports {
    pub report_time: Option<String>,
    pub system_ram_free_info: Option<Vec<String>>,
}

Reports of amounts of available RAM memory (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.

no description provided

Trait Implementations

impl Default for ChromeOsDeviceSystemRamFreeReports
[src]

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

impl Clone for ChromeOsDeviceSystemRamFreeReports
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDeviceSystemRamFreeReports
[src]

Formats the value using the given formatter. Read more

impl NestedType for ChromeOsDeviceSystemRamFreeReports
[src]

impl Part for ChromeOsDeviceSystemRamFreeReports
[src]

Auto Trait Implementations