Module GapiSheetsV4Model.BooleanConditionSource

Sourcetype t = {
  1. _type : string;
    (*

    The type of condition.

    *)
  2. values : ConditionValue.t list;
    (*

    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.

    *)
}
Sourceval _type : (t, string) GapiLens.t
Sourceval values : (t, ConditionValue.t list) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t