Class: Google::Apis::AnalyticsreportingV4::PivotValueRegion

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#valuesArray<String>

The values of the metrics in each of the pivot regions. Corresponds to the JSON property values

Returns:

  • (Array<String>)


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