View Source GoogleApi.Jobs.V2.Model.NumericBucketingResult (google_api_jobs v0.19.0)

Output only.

Custom numeric bucketing result.

Attributes

  • counts (type: list(GoogleApi.Jobs.V2.Model.BucketizedCount.t), default: nil) - Count within each bucket. Its size is the length of NumericBucketingOption.bucket_bounds plus 1.
  • maxValue (type: float(), default: nil) - Stores the maximum value of the numeric field. Will be populated only if [NumericBucketingOption.requires_min_max] is set to true.
  • minValue (type: float(), default: nil) - Stores the minimum value of the numeric field. Will be populated only if [NumericBucketingOption.requires_min_max] is set to true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.NumericBucketingResult{
  counts: [GoogleApi.Jobs.V2.Model.BucketizedCount.t()],
  maxValue: float(),
  minValue: float()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.