google_api_you_tube_analytics v0.7.0 GoogleApi.YouTubeAnalytics.V2.Model.Group 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 detailsetag(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
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTubeAnalytics.V2.Model.Group{
contentDetails: GoogleApi.YouTubeAnalytics.V2.Model.GroupContentDetails.t(),
errors: GoogleApi.YouTubeAnalytics.V2.Model.Errors.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
snippet: GoogleApi.YouTubeAnalytics.V2.Model.GroupSnippet.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.