google_api_you_tube_analytics v0.7.0 GoogleApi.YouTubeAnalytics.V2.Model.GroupItem View Source

A group item.

Attributes

  • errors (type: GoogleApi.YouTubeAnalytics.V2.Model.Errors.t, default: nil) - Apiary error details
  • etag (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 the channel, video, playlist, or asset 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. The resource.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 be youtube#groupItem.
  • resource (type: GoogleApi.YouTubeAnalytics.V2.Model.GroupItemResource.t, default: nil) - The resource 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 Source
t() :: %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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.