Struct google_drive2::AboutMaxUploadSizes [] [src]

pub struct AboutMaxUploadSizes {
    pub type_: Option<String>,
    pub size: Option<String>,
}

List of max upload sizes for each file type. The most specific type takes precedence.

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

Fields

The file type.

The max upload size for this type.

Trait Implementations

impl Debug for AboutMaxUploadSizes
[src]

Formats the value using the given formatter.

impl Clone for AboutMaxUploadSizes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AboutMaxUploadSizes
[src]

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

impl NestedType for AboutMaxUploadSizes
[src]

impl Part for AboutMaxUploadSizes
[src]