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. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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
#values ⇒ Array<String>
The values of the metrics in each of the pivot regions.
Corresponds to the JSON property values
| 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 |