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

A group snippet.

Attributes

  • publishedAt (type: DateTime.t, default: nil) - The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
  • title (type: String.t, default: nil) - The group name. The value must be a non-empty string.

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.GroupSnippet{
  publishedAt: DateTime.t(),
  title: 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.