Struct google_youtube3::LiveChatModeratorSnippet [] [src]

pub struct LiveChatModeratorSnippet {
    pub live_chat_id: Option<String>,
    pub moderator_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 ID of the live chat this moderator can act on.

Details about the moderator.

Trait Implementations

impl Default for LiveChatModeratorSnippet
[src]

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

impl Clone for LiveChatModeratorSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiveChatModeratorSnippet
[src]

Formats the value using the given formatter.

impl Part for LiveChatModeratorSnippet
[src]