Struct google_youtube3::ActivityContentDetailsUpload[][src]

pub struct ActivityContentDetailsUpload {
    pub video_id: Option<String>,
}

Information about the uploaded video.

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

Fields

The ID that YouTube uses to uniquely identify the uploaded video.

Trait Implementations

impl Default for ActivityContentDetailsUpload
[src]

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

impl Clone for ActivityContentDetailsUpload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityContentDetailsUpload
[src]

Formats the value using the given formatter. Read more

impl Part for ActivityContentDetailsUpload
[src]

Auto Trait Implementations