Struct google_youtube3::VideoProjectDetails[][src]

pub struct VideoProjectDetails {
    pub tags: Option<Vec<String>>,
}

Project specific details about the content of a YouTube Video.

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

Fields

A list of project tags associated with the video during the upload.

Trait Implementations

impl Default for VideoProjectDetails
[src]

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

impl Clone for VideoProjectDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoProjectDetails
[src]

Formats the value using the given formatter. Read more

impl Part for VideoProjectDetails
[src]

Auto Trait Implementations