Struct google_admin1_directory::ChromeOsDeviceActiveTimeRanges [] [src]

pub struct ChromeOsDeviceActiveTimeRanges {
    pub date: Option<String>,
    pub active_time: Option<i32>,
}

List of active time ranges (Read-only)

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

Fields

Date of usage

Duration in milliseconds

Trait Implementations

impl Default for ChromeOsDeviceActiveTimeRanges
[src]

[src]

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

impl Clone for ChromeOsDeviceActiveTimeRanges
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDeviceActiveTimeRanges
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ChromeOsDeviceActiveTimeRanges
[src]

impl Part for ChromeOsDeviceActiveTimeRanges
[src]