class Google::Apis::SheetsV4::ManualRuleGroup
the group with this name.
A group name and a list of items from the source data that should be placed in
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @group_name = args[:group_name] if args.key?(:group_name) @items = args[:items] if args.key?(:items) end