google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.LiveChatModerator View Source
A <code><strong>liveChatModerator</strong></code> resource represents a moderator for a YouTube live chat. A chat moderator has the ability to ban/unban users from a chat, remove message, etc.
Attributes
-
etag(type:String.t, default:nil) - Etag of this resource. -
id(type:String.t, default:nil) - The ID that YouTube assigns to uniquely identify the moderator. -
kind(type:String.t, default:youtube#liveChatModerator) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#liveChatModerator"</code>. -
snippet(type:GoogleApi.YouTube.V3.Model.LiveChatModeratorSnippet.t, default:nil) - The <code>snippet</code> object contains basic details about the moderator.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.LiveChatModerator{
etag: String.t(),
id: String.t(),
kind: String.t(),
snippet: GoogleApi.YouTube.V3.Model.LiveChatModeratorSnippet.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.