View Source GoogleApi.Sheets.V4.Model.ManualRuleGroup (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.ManualRuleGroup{ groupName: GoogleApi.Sheets.V4.Model.ExtendedValue.t() | nil, items: [GoogleApi.Sheets.V4.Model.ExtendedValue.t()] | nil }