class Google::Apis::AnalyticsreportingV4::PivotHeader
The headers for each of the pivot sections defined in the request.
Attributes
pivot_header_entries[RW]
A single pivot section header. Corresponds to the JSON property `pivotHeaderEntries` @return [Array<Google::Apis::AnalyticsreportingV4::PivotHeaderEntry>]
total_pivot_groups_count[RW]
The total number of groups for this pivot. Corresponds to the JSON property `totalPivotGroupsCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 1048 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 1053 def update!(**args) @pivot_header_entries = args[:pivot_header_entries] if args.key?(:pivot_header_entries) @total_pivot_groups_count = args[:total_pivot_groups_count] if args.key?(:total_pivot_groups_count) end