google_api_sheets v0.24.1 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
Specs
t() :: %GoogleApi.Sheets.V4.Model.BooleanCondition{
type: String.t(),
values: [GoogleApi.Sheets.V4.Model.ConditionValue.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.