Struct google_drive2::AboutQuotaBytesByService[][src]

pub struct AboutQuotaBytesByService {
    pub service_name: Option<String>,
    pub bytes_used: Option<String>,
}

The amount of storage quota used by different Google services.

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

Fields

The service's name, e.g. DRIVE, GMAIL, or PHOTOS.

The storage quota bytes used by the service.

Trait Implementations

impl Default for AboutQuotaBytesByService
[src]

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

impl Clone for AboutQuotaBytesByService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutQuotaBytesByService
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutQuotaBytesByService
[src]

impl Part for AboutQuotaBytesByService
[src]

Auto Trait Implementations