Struct google_youtube3::VideoCategory [] [src]

pub struct VideoCategory {
    pub snippet: Option<VideoCategorySnippet>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub id: Option<String>,
}

A videoCategory resource identifies a category that has been or could be associated with uploaded videos.

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

Fields

The snippet object contains basic details about the video category, including its title.

Identifies what kind of resource this is. Value: the fixed string "youtube#videoCategory".

Etag of this resource.

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

Trait Implementations

impl Default for VideoCategory
[src]

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

impl Clone for VideoCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoCategory
[src]

Formats the value using the given formatter.

impl Part for VideoCategory
[src]