GoogleApi.YouTube.V3.Model.VideoCategory (google_api_you_tube v0.54.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.VideoCategory{ etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.VideoCategorySnippet.t() | nil }