View Source GoogleApi.CloudSearch.V1.Model.FilterOptions (google_api_cloud_search v0.22.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.FilterOptions{ filter: GoogleApi.CloudSearch.V1.Model.Filter.t() | nil, objectType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.