google_api_sheets v0.5.0 GoogleApi.Sheets.V4.Model.SetDataValidationRequest View Source
Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified.
Attributes
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.
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 Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.SetDataValidationRequest{
range: GoogleApi.Sheets.V4.Model.GridRange.t(),
rule: GoogleApi.Sheets.V4.Model.DataValidationRule.t()
}
t() :: %GoogleApi.Sheets.V4.Model.SetDataValidationRequest{ range: GoogleApi.Sheets.V4.Model.GridRange.t(), rule: GoogleApi.Sheets.V4.Model.DataValidationRule.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.