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

Specs

t() :: %GoogleApi.YouTube.V3.Model.LiveChatUserBannedMessageDetails{
  banDurationSeconds: String.t() | nil,
  banType: String.t() | nil,
  bannedUserDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.