google_api_sheets v0.18.0 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
(type:GoogleApi.Sheets.V4.Model.ExtendedValue.t
, default:nil
) - The group name, which must be a string. Each group in a given ManualRule must have a unique group name.items
(type:list(GoogleApi.Sheets.V4.Model.ExtendedValue.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.ManualRuleGroup{ groupName: GoogleApi.Sheets.V4.Model.ExtendedValue.t(), items: [GoogleApi.Sheets.V4.Model.ExtendedValue.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.