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

A superChatEvent resource represents a Super Chat purchase on a YouTube channel.

Attributes

  • etag (String.t): Etag of this resource. Defaults to: null.
  • id (String.t): The ID that YouTube assigns to uniquely identify the Super Chat event. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#superChatEvent". Defaults to: null.
  • snippet (SuperChatEventSnippet): The snippet object contains basic details about the Super Chat 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.SuperChatEvent{
  etag: any(),
  id: any(),
  kind: any(),
  snippet: GoogleApi.YouTube.V3.Model.SuperChatEventSnippet.t()
}

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.