google_api_you_tube v0.23.2 GoogleApi.YouTube.V3.Model.GuideCategoryListResponse 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.GuideCategory.t)
, default:nil
) - A list of categories that can be associated with YouTube channels. In this map, the category ID is the map key, and its value is the corresponding guideCategory resource. -
kind
(type:String.t
, default:youtube#guideCategoryListResponse
) - Identifies what kind of resource this is. Value: the fixed string "youtube#guideCategoryListResponse". -
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
) - -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.GuideCategoryListResponse{ etag: String.t(), eventId: String.t(), items: [GoogleApi.YouTube.V3.Model.GuideCategory.t()], kind: String.t(), nextPageToken: String.t(), pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t(), prevPageToken: String.t(), tokenPagination: GoogleApi.YouTube.V3.Model.TokenPagination.t(), visitorId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.