google_api_you_tube_analytics v0.12.0 GoogleApi.YouTubeAnalytics.V2.Model.GroupItemResource View Source

Attributes

  • id (type: String.t, default: nil) - The channel, video, playlist, or asset ID that YouTube uses to uniquely identify the item that is being added to the group.
  • kind (type: String.t, default: nil) - Identifies the type of resource being added to the group.

    Valid values for this property are:

    • youtube#channel
    • youtube#playlist
    • youtube#video
    • youtubePartner#asset

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.GroupItemResource{
  id: String.t(),
  kind: String.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.