Struct google_youtube3::VideoSuggestionsTagSuggestion [] [src]

pub struct VideoSuggestionsTagSuggestion {
    pub category_restricts: Option<Vec<String>>,
    pub tag: Option<String>,
}

A single tag suggestion with it's relevance information.

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

Fields

A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword.

The keyword tag suggested for the video.

Trait Implementations

impl Debug for VideoSuggestionsTagSuggestion
[src]

Formats the value using the given formatter.

impl Clone for VideoSuggestionsTagSuggestion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VideoSuggestionsTagSuggestion
[src]

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

impl Part for VideoSuggestionsTagSuggestion
[src]