GoogleApi.YouTube.V3.Model.LiveChatUserBannedMessageDetails (google_api_you_tube v0.54.0)
View SourceAttributes
-
banDurationSeconds
(type:String.t
, default:nil
) - The duration of the ban. This property is only present if the banType is temporary. -
banType
(type:String.t
, default:nil
) - The type of ban. -
bannedUserDetails
(type:GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t
, default:nil
) - The details of the user that was banned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatUserBannedMessageDetails{ banDurationSeconds: String.t() | nil, banType: String.t() | nil, bannedUserDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t() | nil }