google_api_cloud_search v0.2.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 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.

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 Source
t() :: %GoogleApi.CloudSearch.V1.Model.FilterOptions{
  filter: GoogleApi.CloudSearch.V1.Model.Filter.t(),
  objectType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.