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

View Source

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

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • id (type: String.t, default: nil) - The ID that YouTube assigns to uniquely identify the Super Chat event.
  • kind (type: String.t, default: youtube#superChatEvent) - Identifies what kind of resource this is. Value: the fixed string "youtube#superChatEvent".
  • snippet (type: GoogleApi.YouTube.V3.Model.SuperChatEventSnippet.t, default: nil) - The snippet object contains basic details about the Super Chat event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.SuperChatEvent{
  etag: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  snippet: GoogleApi.YouTube.V3.Model.SuperChatEventSnippet.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.