Struct google_youtube3::GuideCategory [] [src]

pub struct GuideCategory {
    pub snippet: Option<GuideCategorySnippet>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub id: Option<String>,
}

A guideCategory resource identifies a category that YouTube algorithmically assigns based on a channel's content or other indicators, such as the channel's popularity. The list is similar to video categories, with the difference being that a video's uploader can assign a video category but only YouTube can assign a channel category.

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 category, such as its title.

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

Etag of this resource.

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

Trait Implementations

impl Default for GuideCategory
[src]

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

impl Clone for GuideCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GuideCategory
[src]

Formats the value using the given formatter.

impl Part for GuideCategory
[src]