google_api_you_tube_analytics v0.2.0 GoogleApi.YouTubeAnalytics.V1.Model.Group View Source

Attributes

  • contentDetails (GroupContentDetails): Defaults to: null.
  • etag (String.t): Defaults to: null.
  • id (String.t): Defaults to: null.
  • kind (String.t): Defaults to: null.
  • snippet (GroupSnippet): Defaults to: null.

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.V1.Model.Group{
  contentDetails: GoogleApi.YouTubeAnalytics.V1.Model.GroupContentDetails.t(),
  etag: any(),
  id: any(),
  kind: any(),
  snippet: GoogleApi.YouTubeAnalytics.V1.Model.GroupSnippet.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.