google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.LiveChatBanSnippet View Source
Attributes
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.
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.LiveChatBanSnippet{
banDurationSeconds: String.t(),
bannedUserDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t(),
liveChatId: String.t(),
type: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.