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



792
793
794
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 792

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


790
791
792
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 790

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



797
798
799
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 797

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