GoogleApi.YouTube.V3.Model.LiveChatMessageListResponse (google_api_you_tube v0.54.0)
View SourceAttributes
-
activePollItem
(type:GoogleApi.YouTube.V3.Model.LiveChatMessage.t
, default:nil
) - Set when there is an active poll. -
etag
(type:String.t
, default:nil
) - Etag of this resource. -
eventId
(type:String.t
, default:nil
) - Serialized EventId of the request which produced this response. -
items
(type:list(GoogleApi.YouTube.V3.Model.LiveChatMessage.t)
, default:nil
) - -
kind
(type:String.t
, default:youtube#liveChatMessageListResponse
) - Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatMessageListResponse". -
nextPageToken
(type:String.t
, default:nil
) - -
offlineAt
(type:DateTime.t
, default:nil
) - The date and time when the underlying stream went offline. -
pageInfo
(type:GoogleApi.YouTube.V3.Model.PageInfo.t
, default:nil
) - General pagination information. -
pollingIntervalMillis
(type:integer()
, default:nil
) - The amount of time the client should wait before polling again. -
tokenPagination
(type:GoogleApi.YouTube.V3.Model.TokenPagination.t
, default:nil
) - -
visitorId
(type:String.t
, default:nil
) - The visitorId identifies the visitor.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveChatMessageListResponse{ activePollItem: GoogleApi.YouTube.V3.Model.LiveChatMessage.t() | nil, etag: String.t() | nil, eventId: String.t() | nil, items: [GoogleApi.YouTube.V3.Model.LiveChatMessage.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, offlineAt: DateTime.t() | nil, pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t() | nil, pollingIntervalMillis: integer() | nil, tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t() | nil, visitorId: String.t() | nil }