GoogleApi.YouTube.V3.Model.LiveChatBanSnippet (google_api_you_tube v0.38.0) 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

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.