GoogleApi.YouTubeAnalytics.V2.Model.GroupSnippet (google_api_you_tube_analytics v0.14.0) 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
Specs
t() :: %GoogleApi.YouTubeAnalytics.V2.Model.GroupSnippet{
publishedAt: DateTime.t() | nil,
title: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.