google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.ValueFilter 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:operator_name
, where the query filters results by the property that matches the value.
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
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.ValueFilter{ operatorName: String.t(), value: GoogleApi.CloudSearch.V1.Model.Value.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.