google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.LiveChatUserBannedMessageDetails View Source
Attributes
-
banDurationSeconds(type:String.t, default:nil) - The duration of the ban. This property is only present if the <code>banType</code> is <code>temporary</code>. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.LiveChatUserBannedMessageDetails{
banDurationSeconds: String.t(),
banType: String.t(),
bannedUserDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.