View Source GoogleApi.Datastore.V1.Model.CompositeFilter (google_api_datastore v0.22.0)

A filter that merges multiple other filters using the given operator.

Attributes

  • filters (type: list(GoogleApi.Datastore.V1.Model.Filter.t), default: nil) - The list of filters to combine. Requires: * At least one filter is present.
  • op (type: String.t, default: nil) - The operator for combining multiple filters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastore.V1.Model.CompositeFilter{
  filters: [GoogleApi.Datastore.V1.Model.Filter.t()] | nil,
  op: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.