class Google::Apis::AnalyticsreportingV4::ColumnHeader
Column headers.
Attributes
dimensions[RW]
The dimension names in the response. Corresponds to the JSON property `dimensions` @return [Array<String>]
metric_header[RW]
The headers for the metrics. Corresponds to the JSON property `metricHeader` @return [Google::Apis::AnalyticsreportingV4::MetricHeader]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 253 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 258 def update!(**args) @dimensions = args[:dimensions] if args.key?(:dimensions) @metric_header = args[:metric_header] if args.key?(:metric_header) end