google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.LiveChatMessageListResponse View Source
Attributes
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
) - A list of live chat messages.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
) - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.offlineAt
(type:DateTime.t
, default:nil
) - The date and time when the underlying stream went offline. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.pageInfo
(type:GoogleApi.YouTube.V3.Model.PageInfo.t
, default:nil
) -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.
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 Sourcet() :: %GoogleApi.YouTube.V3.Model.LiveChatMessageListResponse{ etag: String.t(), eventId: String.t(), items: [GoogleApi.YouTube.V3.Model.LiveChatMessage.t()], kind: String.t(), nextPageToken: String.t(), offlineAt: DateTime.t(), pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t(), pollingIntervalMillis: integer(), tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t(), visitorId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.