View Source GoogleApi.Jobs.V2.Model.BucketizedCount (google_api_jobs v0.20.0)

Represents count of jobs within one bucket.

Attributes

  • count (type: integer(), default: nil) - Number of jobs whose numeric field value fall into range.
  • range (type: GoogleApi.Jobs.V2.Model.BucketRange.t, default: nil) - Bucket range on which histogram was performed for the numeric field, that is, the count represents number of jobs in this range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.BucketizedCount{
  count: integer(),
  range: GoogleApi.Jobs.V2.Model.BucketRange.t()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.