google_api_sheets v0.0.1 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 (GridRange): The range the data validation rule should apply to. Defaults to: null.
  • rule (DataValidationRule): The data validation rule to set on each cell in the range, or empty to clear the data validation in the range. Defaults to: null.