GoogleApi.YouTube.V3.Model.LiveChatNewSponsorDetails (google_api_you_tube v0.54.0)

View Source

Attributes

  • isUpgrade (type: boolean(), default: nil) - If the viewer just had upgraded from a lower level. For viewers that were not members at the time of purchase, this field is false.
  • memberLevelName (type: String.t, default: nil) - The name of the Level that the viewer just had joined. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn't filled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatNewSponsorDetails{
  isUpgrade: boolean() | nil,
  memberLevelName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.