GoogleApi.CloudSearch.V1.Model.FilterOptions (google_api_cloud_search v0.9.0) 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
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.FilterOptions{ filter: GoogleApi.CloudSearch.V1.Model.Filter.t() | nil, objectType: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.