Class: Google::Apis::AnalyticsreportingV4::GoalSetData
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsreportingV4::GoalSetData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analyticsreporting_v4/classes.rb,
generated/google/apis/analyticsreporting_v4/representations.rb,
generated/google/apis/analyticsreporting_v4/representations.rb
Overview
Represents a set of goals that were reached in an activity.
Instance Attribute Summary collapse
-
#goals ⇒ Array<Google::Apis::AnalyticsreportingV4::GoalData>
All the goals that were reached in the current activity.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoalSetData
constructor
A new instance of GoalSetData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoalSetData
Returns a new instance of GoalSetData.
718 719 720 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 718 def initialize(**args) update!(**args) end |
Instance Attribute Details
#goals ⇒ Array<Google::Apis::AnalyticsreportingV4::GoalData>
All the goals that were reached in the current activity.
Corresponds to the JSON property goals
716 717 718 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 716 def goals @goals end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
723 724 725 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 723 def update!(**args) @goals = args[:goals] if args.key?(:goals) end |