View Source GoogleApi.AnalyticsReporting.V4.Model.GoalSetData (google_api_analytics_reporting v0.18.0)
Represents a set of goals that were reached in an activity.
Attributes
-
goals
(type:list(GoogleApi.AnalyticsReporting.V4.Model.GoalData.t)
, default:nil
) - All the goals that were reached in the current activity.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.GoalSetData{ goals: [GoogleApi.AnalyticsReporting.V4.Model.GoalData.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.