class Google::Apis::AnalyticsreportingV4::PivotValueRegion

The metric values in the pivot region.

Attributes

values[RW]

The values of the metrics in each of the pivot regions. Corresponds to the JSON property `values` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 1100
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/analyticsreporting_v4/classes.rb, line 1105
def update!(**args)
  @values = args[:values] if args.key?(:values)
end