google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.FilterOptions View Source
Filter options to be applied on query.
Attributes
filter
(type:GoogleApi.CloudSearch.V1.Model.Filter.t
, default:nil
) - Generic filter to restrict the search, such aslang:en
,site:xyz
.objectType
(type:String.t
, default:nil
) - If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.
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.FilterOptions{ filter: GoogleApi.CloudSearch.V1.Model.Filter.t(), objectType: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.