View Source GoogleApi.Sheets.V4.Model.SetDataValidationRequest (google_api_sheets v0.34.0)
Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified.
Attributes
-
filteredRowsIncluded
(type:boolean()
, default:nil
) - Optional. If true, the data validation rule will be applied to the filtered rows as well. -
range
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - The range the data validation rule should apply to. -
rule
(type:GoogleApi.Sheets.V4.Model.DataValidationRule.t
, default:nil
) - The data validation rule to set on each cell in the range, or empty to clear the data validation in the range.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.SetDataValidationRequest{ filteredRowsIncluded: boolean() | nil, range: GoogleApi.Sheets.V4.Model.GridRange.t() | nil, rule: GoogleApi.Sheets.V4.Model.DataValidationRule.t() | nil }