google_api_jobs v0.13.1 GoogleApi.Jobs.V2.Model.BucketizedCount View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.