google_api_sheets v0.0.2 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.t): 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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.DataValidationRule{
  condition: GoogleApi.Sheets.V4.Model.BooleanCondition.t(),
  inputMessage: any(),
  showCustomUi: any(),
  strict: any()
}