GoogleApi.YouTube.V3.Model.LiveChatBanSnippet (google_api_you_tube v0.54.0)
View SourceAttributes
-
banDurationSeconds
(type:String.t
, default:nil
) - The duration of a ban, only filled if the ban has type TEMPORARY. -
bannedUserDetails
(type:GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t
, default:nil
) - -
liveChatId
(type:String.t
, default:nil
) - The chat this ban is pertinent to. -
type
(type:String.t
, default:nil
) - The type of ban.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatBanSnippet{ banDurationSeconds: String.t() | nil, bannedUserDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t() | nil, liveChatId: String.t() | nil, type: String.t() | nil }