GoogleApi.Jobs.V3.Model.BucketizedCount (google_api_jobs v0.17.0) View Source
Represents count of jobs within one bucket.
Attributes
-
count
(type:integer()
, default:nil
) - Number of jobs whose numeric field value fall intorange
. -
range
(type:GoogleApi.Jobs.V3.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.V3.Model.BucketizedCount{ count: integer() | nil, range: GoogleApi.Jobs.V3.Model.BucketRange.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.