google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.ManualRuleGroup View Source

A group name and a list of items from the source data that should be placed in the group with this name.

Attributes

  • groupName (ExtendedValue): The group name, which must be a string. Each group in a given ManualRule must have a unique group name. Defaults to: null.
  • items ([ExtendedValue]): The items in the source data that should be placed into this group. Each item may be a string, number, or boolean. Items may appear in at most one group within a given ManualRule. Items that do not appear in any group will appear on their own. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.ManualRuleGroup{
  groupName: GoogleApi.Sheets.V4.Model.ExtendedValue.t(),
  items: [GoogleApi.Sheets.V4.Model.ExtendedValue.t()]
}