Struct google_youtube3::ChannelSectionTargeting [] [src]

pub struct ChannelSectionTargeting {
    pub languages: Option<Vec<String>>,
    pub regions: Option<Vec<String>>,
    pub countries: Option<Vec<String>>,
}

ChannelSection targeting setting.

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

Fields

The language the channel section is targeting.

The region the channel section is targeting.

The country the channel section is targeting.

Trait Implementations

impl Default for ChannelSectionTargeting
[src]

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

impl Clone for ChannelSectionTargeting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelSectionTargeting
[src]

Formats the value using the given formatter.

impl Part for ChannelSectionTargeting
[src]