Struct google_youtubereporting1::GdataObjectId[][src]

pub struct GdataObjectId {
    pub generation: Option<String>,
    pub bucket_name: Option<String>,
    pub object_name: Option<String>,
}

gdata

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

Fields

gdata

gdata

gdata

Trait Implementations

impl Default for GdataObjectId
[src]

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

impl Clone for GdataObjectId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdataObjectId
[src]

Formats the value using the given formatter. Read more

impl Part for GdataObjectId
[src]

Auto Trait Implementations