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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MetricHeader

Returns a new instance of MetricHeader.



168
169
170
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 168

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



161
162
163
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 161

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



166
167
168
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 166

def pivot_headers
  @pivot_headers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



173
174
175
176
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 173

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