Class: Google::Apis::AnalyticsreportingV4::PivotValueRegion
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsreportingV4::PivotValueRegion
- 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
The metric values in the pivot region.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The values of the metrics in each of the pivot regions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PivotValueRegion
constructor
A new instance of PivotValueRegion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PivotValueRegion
Returns a new instance of PivotValueRegion.
1100 1101 1102 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 1100 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The values of the metrics in each of the pivot regions.
Corresponds to the JSON property values
1098 1099 1100 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 1098 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1105 1106 1107 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 1105 def update!(**args) @values = args[:values] if args.key?(:values) end |