Struct google_youtubereporting1::GdataDiffVersionResponse[][src]

pub struct GdataDiffVersionResponse {
    pub object_size_bytes: Option<String>,
    pub object_version: Option<String>,
}

gdata

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

Fields

gdata

gdata

Trait Implementations

impl Default for GdataDiffVersionResponse
[src]

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

impl Clone for GdataDiffVersionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdataDiffVersionResponse
[src]

Formats the value using the given formatter. Read more

impl Part for GdataDiffVersionResponse
[src]

Auto Trait Implementations