google_api_sheets v0.21.2 GoogleApi.Sheets.V4.Model.DataValidationRule View Source
A data validation rule.
Attributes
condition
(type:GoogleApi.Sheets.V4.Model.BooleanCondition.t
, default:nil
) - The condition that data in the cell must match.inputMessage
(type:String.t
, default:nil
) - A message to show the user when adding data to the cell.showCustomUi
(type:boolean()
, default:nil
) - True if the UI should be customized based on the kind of condition. If true, "List" conditions will show a dropdown.strict
(type:boolean()
, default:nil
) - True if invalid data should be rejected.
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 Sourcet() :: %GoogleApi.Sheets.V4.Model.DataValidationRule{ condition: GoogleApi.Sheets.V4.Model.BooleanCondition.t(), inputMessage: String.t(), showCustomUi: boolean(), strict: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.