GoogleApi.YouTube.V3.Model.LiveChatModerator (google_api_you_tube v0.54.0)
View SourceA liveChatModerator 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 "youtube#liveChatModerator". -
snippet
(type:GoogleApi.YouTube.V3.Model.LiveChatModeratorSnippet.t
, default:nil
) - The snippet object contains basic details about the moderator.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatModerator{ etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.LiveChatModeratorSnippet.t() | nil }