View Source GoogleApi.CloudSearch.V1.Model.FilterOptions (google_api_cloud_search v0.20.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 as lang: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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.