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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PivotValueRegion

Returns a new instance of PivotValueRegion



267
268
269
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 267

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>)


265
266
267
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 265

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



272
273
274
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 272

def update!(**args)
  @values = args[:values] if args.key?(:values)
end