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

View Source

Attributes

  • options (type: list(GoogleApi.YouTube.V3.Model.LiveChatPollDetailsPollMetadataPollOption.t), default: nil) - The options will be returned in the order that is displayed in 1P
  • questionText (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatPollDetailsPollMetadata{
  options:
    [GoogleApi.YouTube.V3.Model.LiveChatPollDetailsPollMetadataPollOption.t()]
    | nil,
  questionText: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.