View Source GoogleApi.CloudSearch.V1.Model.ValueFilter (google_api_cloud_search v0.24.0)

Attributes

  • operatorName (type: String.t, default: nil) - The operator_name applied to the query, such as price_greater_than. The filter can work against both types of filters defined in the schema for your data source: 1. operator_name, where the query filters results by the property that matches the value. 2. greater_than_operator_name or less_than_operator_name in your schema. The query filters the results for the property values that are greater than or less than the supplied value in the query.
  • value (type: GoogleApi.CloudSearch.V1.Model.Value.t, default: nil) - The value to be compared with.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.ValueFilter{
  operatorName: String.t() | nil,
  value: GoogleApi.CloudSearch.V1.Model.Value.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.