google_api_you_tube v0.10.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 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.
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 Sourcet() :: %GoogleApi.YouTube.V3.Model.LiveChatUserBannedMessageDetails{
banDurationSeconds: String.t(),
banType: String.t(),
bannedUserDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.