View Source GoogleApi.CloudSearch.V1.Model.IntegerFacetingOptions (google_api_cloud_search v0.21.0)

Used to specify integer faceting options.

Attributes

  • integerBuckets (type: list(String.t), default: nil) - Buckets for given integer values should be in strictly ascending order. For example, if values supplied are (1,5,10,100), the following facet buckets will be formed {<1, [1,5), [5-10), [10-100), >=100}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.IntegerFacetingOptions{
  integerBuckets: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.