FilterClause
Summary
Types
@type t() :: %PolarExpress.Schemas.FilterClause{ operator: PolarExpress.Schemas.FilterOperator.t() | nil, property: String.t() | nil, value: String.t() | integer() | boolean() | nil }
operatorpropertyvalue
FilterClause
@type t() :: %PolarExpress.Schemas.FilterClause{ operator: PolarExpress.Schemas.FilterOperator.t() | nil, property: String.t() | nil, value: String.t() | integer() | boolean() | nil }
operatorpropertyvalue