GoogleApi.YouTube.V3.Model.ActivityListResponse (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.Activity.t)
, default:nil
) - -
kind
(type:String.t
, default:youtube#activityListResponse
) - Identifies what kind of resource this is. Value: the fixed string "youtube#activityListResponse". -
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. -
prevPageToken
(type:String.t
, default:nil
) - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. -
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.ActivityListResponse{ etag: String.t() | nil, eventId: String.t() | nil, items: [GoogleApi.YouTube.V3.Model.Activity.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t() | nil, prevPageToken: String.t() | nil, tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t() | nil, visitorId: String.t() | nil }