google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.LiveChatFanFundingEventDetails View Source

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveChatFanFundingEventDetails{
  amountDisplayString: any(),
  amountMicros: any(),
  currency: any(),
  userComment: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.