View Source GoogleApi.Sheets.V4.Model.BooleanCondition (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.BooleanCondition{ type: String.t() | nil, values: [GoogleApi.Sheets.V4.Model.ConditionValue.t()] | nil }