GoogleApi.YouTube.V3.Model.LiveChatBan (google_api_you_tube v0.54.0)
View SourceA __liveChatBan__ resource represents a ban for a YouTube live chat.
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 ban. -
kind(type:String.t, default:youtube#liveChatBan) - Identifies what kind of resource this is. Value: the fixed string"youtube#liveChatBan". -
snippet(type:GoogleApi.YouTube.V3.Model.LiveChatBanSnippet.t, default:nil) - Thesnippetobject contains basic details about the ban.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatBan{ etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.LiveChatBanSnippet.t() | nil }