google_api_sheets v0.2.0 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

Functions

Unwrap a decoded JSON object into its complex fields

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()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.