View Source GoogleApi.YouTube.V3.Model.LiveChatNewSponsorDetails (google_api_you_tube v0.48.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.