Struct google_youtube3::VideoAgeGating[][src]

pub struct VideoAgeGating {
    pub restricted: Option<bool>,
    pub alcohol_content: Option<bool>,
    pub video_game_rating: Option<String>,
}

There is no detailed description.

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

Fields

Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won't be present.

Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.

Video game rating, if any.

Trait Implementations

impl Default for VideoAgeGating
[src]

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

impl Clone for VideoAgeGating
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoAgeGating
[src]

Formats the value using the given formatter. Read more

impl Part for VideoAgeGating
[src]

Auto Trait Implementations