GoogleApi.YouTubeAnalytics.V2.Model.Group (google_api_you_tube_analytics v0.14.0) View Source
A group.
Attributes
-
contentDetails(type:GoogleApi.YouTubeAnalytics.V2.Model.GroupContentDetails.t, default:nil) - ThecontentDetailsobject contains additional information about the group, such as the number and type of items that it contains. -
errors(type:GoogleApi.YouTubeAnalytics.V2.Model.Errors.t, default:nil) - Apiary error details -
etag(type:String.t, default:nil) - The Etag of this resource. -
id(type:String.t, default:nil) - The ID that YouTube uses to uniquely identify the group. -
kind(type:String.t, default:nil) - Identifies the API resource's type. The value will beyoutube#group. -
snippet(type:GoogleApi.YouTubeAnalytics.V2.Model.GroupSnippet.t, default:nil) - Thesnippetobject contains basic information about the group, including its creation date and name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTubeAnalytics.V2.Model.Group{
contentDetails:
GoogleApi.YouTubeAnalytics.V2.Model.GroupContentDetails.t() | nil,
errors: GoogleApi.YouTubeAnalytics.V2.Model.Errors.t() | nil,
etag: String.t() | nil,
id: String.t() | nil,
kind: String.t() | nil,
snippet: GoogleApi.YouTubeAnalytics.V2.Model.GroupSnippet.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.