Provides struct and type for a Filter
Summary
Types
@type t() :: %Gleanex.Platform.Filter{ field: String.t(), operator: Gleanex.Platform.FilterOperator.t() | nil, values: [String.t()] }
Provides struct and type for a Filter
@type t() :: %Gleanex.Platform.Filter{ field: String.t(), operator: Gleanex.Platform.FilterOperator.t() | nil, values: [String.t()] }