google_api_datastore v0.2.0 GoogleApi.Datastore.V1.Model.PropertyFilter View Source

A filter on a specific property.

Attributes

  • op (String.t): The operator to filter by. Defaults to: null.

    • Enum - one of [OPERATOR_UNSPECIFIED, LESS_THAN, LESS_THAN_OR_EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, EQUAL, HAS_ANCESTOR]
  • property (PropertyReference): The property to filter by. Defaults to: null.
  • value (Value): The value to compare the property to. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Datastore.V1.Model.PropertyFilter{
  op: any(),
  property: GoogleApi.Datastore.V1.Model.PropertyReference.t(),
  value: GoogleApi.Datastore.V1.Model.Value.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.