GoogleApi.YouTube.V3.Model.VideoCategory (google_api_you_tube v0.28.0) View Source
A videoCategory resource identifies a category that has been or could be associated with uploaded videos.
Attributes
-
etag
(type:String.t
, default:nil
) - Etag of this resource. -
id
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the video category. -
kind
(type:String.t
, default:youtube#videoCategory
) - Identifies what kind of resource this is. Value: the fixed string "youtube#videoCategory". -
snippet
(type:GoogleApi.YouTube.V3.Model.VideoCategorySnippet.t
, default:nil
) - The snippet object contains basic details about the video category, including its title.
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.VideoCategory{ etag: String.t(), id: String.t(), kind: String.t(), snippet: GoogleApi.YouTube.V3.Model.VideoCategorySnippet.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.