Struct google_youtube3::LiveChatBanSnippet [] [src]

pub struct LiveChatBanSnippet {
    pub ban_duration_seconds: Option<String>,
    pub live_chat_id: Option<String>,
    pub banned_user_details: Option<ChannelProfileDetails>,
    pub type_: Option<String>,
}

There is no detailed description.

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

Fields

The duration of a ban, only filled if the ban has type TEMPORARY.

The chat this ban is pertinent to.

no description provided

The type of ban.

Trait Implementations

impl Debug for LiveChatBanSnippet
[src]

Formats the value using the given formatter.

impl Clone for LiveChatBanSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LiveChatBanSnippet
[src]

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

impl Part for LiveChatBanSnippet
[src]