class Google::Apis::SheetsV4::PivotGroupRule
PivotGroup that does not.
though on any given column you may add both a PivotGroup that has a rule and a
PivotGroup with a group rule may be added for each column in the source data,
source data column rather than breaking out each individual value. Only one
An optional setting on a PivotGroup that defines buckets for the values in the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @date_time_rule = args[:date_time_rule] if args.key?(:date_time_rule) @histogram_rule = args[:histogram_rule] if args.key?(:histogram_rule) @manual_rule = args[:manual_rule] if args.key?(:manual_rule) end