View Source GoogleApi.YouTube.V3.Model.LiveChatBanSnippet (google_api_you_tube v0.50.1)

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.

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.