google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.ValueFilter View Source

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.

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.CloudSearch.V1.Model.ValueFilter{
  operatorName: String.t(),
  value: GoogleApi.CloudSearch.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.