google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.LiveChatBan View Source
A liveChatBan resource represents a ban for a YouTube live chat.
Attributes
- etag (String.t): Etag of this resource. Defaults to:
null
. - id (String.t): The ID that YouTube assigns to uniquely identify the ban. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan". Defaults to:
null
. - snippet (LiveChatBanSnippet): The snippet object contains basic details about the ban. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveChatBan{
etag: any(),
id: any(),
kind: any(),
snippet: GoogleApi.YouTube.V3.Model.LiveChatBanSnippet.t()
}
t() :: %GoogleApi.YouTube.V3.Model.LiveChatBan{ etag: any(), id: any(), kind: any(), snippet: GoogleApi.YouTube.V3.Model.LiveChatBanSnippet.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.