GoogleApi.YouTube.V3.Model.LiveChatPollDetailsPollMetadata (google_api_you_tube v0.54.0)
View SourceAttributes
-
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
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatPollDetailsPollMetadata{ options: [GoogleApi.YouTube.V3.Model.LiveChatPollDetailsPollMetadataPollOption.t()] | nil, questionText: String.t() | nil }