google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.DataValidationRule View Source

A data validation rule.

Attributes

  • condition (BooleanCondition): The condition that data in the cell must match. Defaults to: null.
  • inputMessage (String): A message to show the user when adding data to the cell. Defaults to: null.
  • showCustomUi (Boolean): True if the UI should be customized based on the kind of condition. If true, "List" conditions will show a dropdown. Defaults to: null.
  • strict (Boolean): True if invalid data should be rejected. Defaults to: null.