GoogleApi.YouTube.V3.Model.LiveChatNewSponsorDetails (google_api_you_tube v0.38.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.

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.LiveChatNewSponsorDetails{
  isUpgrade: boolean() | nil,
  memberLevelName: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.