google_api_you_tube_analytics v0.12.0 GoogleApi.YouTubeAnalytics.V2.Model.GroupItem View Source
A group item.
Attributes
errors
(type:GoogleApi.YouTubeAnalytics.V2.Model.Errors.t
, default:nil
) - Apiary error detailsetag
(type:String.t
, default:nil
) - The Etag of this resource.groupId
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the group that contains the item.id
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify thechannel
,video
,playlist
, orasset
resource that is included in the group. Note that this ID refers specifically to the inclusion of that resource in a particular group and is different than the channel ID, video ID, playlist ID, or asset ID that uniquely identifies the resource itself. Theresource.id
property's value specifies the unique channel, video, playlist, or asset ID.kind
(type:String.t
, default:nil
) - Identifies the API resource's type. The value will beyoutube#groupItem
.resource
(type:GoogleApi.YouTubeAnalytics.V2.Model.GroupItemResource.t
, default:nil
) - Theresource
object contains information that identifies the item being added to the group.
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.GroupItem{ errors: GoogleApi.YouTubeAnalytics.V2.Model.Errors.t(), etag: String.t(), groupId: String.t(), id: String.t(), kind: String.t(), resource: GoogleApi.YouTubeAnalytics.V2.Model.GroupItemResource.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.