Voting helps other researchers find interesting modules.
condition
String.t
nil
=
!=
<
<=
>
>=
~~
property.compnay
LOWER([property_name])
EMPTY([property_name])
(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND driving_years > 10
documentSchemaName
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyFilter{ condition: String.t() | nil, documentSchemaName: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()