GoogleApi.Jobs.V3.Model.BucketizedCount (google_api_jobs v0.21.0)
View SourceRepresents 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Jobs.V3.Model.BucketizedCount{ count: integer() | nil, range: GoogleApi.Jobs.V3.Model.BucketRange.t() | nil }