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

View Source

Attributes

  • amountDisplayString (type: String.t, default: nil) - A rendered string that displays the fund amount and currency to the user.
  • amountMicros (type: String.t, default: nil) - The amount of the fund.
  • currency (type: String.t, default: nil) - The currency in which the fund was made.
  • userComment (type: String.t, default: nil) - The comment added by the user to this fan funding event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatFanFundingEventDetails{
  amountDisplayString: String.t() | nil,
  amountMicros: String.t() | nil,
  currency: String.t() | nil,
  userComment: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.