Struct google_youtube3::LiveChatUserBannedMessageDetails [] [src]

pub struct LiveChatUserBannedMessageDetails {
    pub ban_duration_seconds: Option<String>,
    pub ban_type: Option<String>,
    pub banned_user_details: Option<ChannelProfileDetails>,
}

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 the ban. This property is only present if the banType is temporary.

The type of ban.

The details of the user that was banned.

Trait Implementations

impl Default for LiveChatUserBannedMessageDetails
[src]

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

impl Clone for LiveChatUserBannedMessageDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiveChatUserBannedMessageDetails
[src]

Formats the value using the given formatter.

impl Part for LiveChatUserBannedMessageDetails
[src]