Struct google_admin1_directory::ChromeOsDeviceDeviceFiles[][src]

pub struct ChromeOsDeviceDeviceFiles {
    pub download_url: Option<String>,
    pub type_: Option<String>,
    pub create_time: Option<String>,
    pub name: Option<String>,
}

List of device files to download (Read-only)

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

Fields

File download URL

File type

Date and time the file was created

File name

Trait Implementations

impl Default for ChromeOsDeviceDeviceFiles
[src]

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

impl Clone for ChromeOsDeviceDeviceFiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDeviceDeviceFiles
[src]

Formats the value using the given formatter. Read more

impl NestedType for ChromeOsDeviceDeviceFiles
[src]

impl Part for ChromeOsDeviceDeviceFiles
[src]

Auto Trait Implementations