Class: Google::Apis::AnalyticsreportingV4::MetricHeader

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 headers for the metrics.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetricHeader

Returns a new instance of MetricHeader.



856
857
858
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 856

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metric_header_entriesArray<Google::Apis::AnalyticsreportingV4::MetricHeaderEntry>

Headers for the metrics in the response. Corresponds to the JSON property metricHeaderEntries



849
850
851
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 849

def metric_header_entries
  @metric_header_entries
end

#pivot_headersArray<Google::Apis::AnalyticsreportingV4::PivotHeader>

Headers for the pivots in the response. Corresponds to the JSON property pivotHeaders



854
855
856
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 854

def pivot_headers
  @pivot_headers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



861
862
863
864
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 861

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