google_api_sheets v0.20.0 GoogleApi.Sheets.V4.Model.BooleanCondition View Source

A condition that can evaluate to true or false. BooleanConditions are used by conditional formatting, data validation, and the criteria in filters.

Attributes

  • type (type: String.t, default: nil) - The type of condition.
  • values (type: list(GoogleApi.Sheets.V4.Model.ConditionValue.t), default: nil) - The values of the condition. The number of supported values depends on the condition type. Some support zero values, others one or two values, and ConditionType.ONE_OF_LIST supports an arbitrary number of values.

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.BooleanCondition{
  type: String.t(),
  values: [GoogleApi.Sheets.V4.Model.ConditionValue.t()]
}

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.