GoogleApi.CloudSearch.V1.Model.ValueFilter (google_api_cloud_search v0.10.0) View Source
Attributes
-
operatorName
(type:String.t
, default:nil
) - Theoperator_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
orless_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
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.ValueFilter{ operatorName: String.t() | nil, value: GoogleApi.CloudSearch.V1.Model.Value.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.