GoogleApi.YouTube.V3.Model.CommentThreadListResponse (google_api_you_tube v0.54.0)
View SourceAttributes
-
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.CommentThread.t), default:nil) - A list of comment threads that match the request criteria. -
kind(type:String.t, default:youtube#commentThreadListResponse) - Identifies what kind of resource this is. Value: the fixed string "youtube#commentThreadListResponse". -
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. -
pageInfo(type:GoogleApi.YouTube.V3.Model.PageInfo.t, default:nil) - General pagination information. -
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.CommentThreadListResponse{ etag: String.t() | nil, eventId: String.t() | nil, items: [GoogleApi.YouTube.V3.Model.CommentThread.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t() | nil, tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t() | nil, visitorId: String.t() | nil }