google_api_jobs v0.11.0 GoogleApi.Jobs.V3.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 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V3.Model.BucketizedCount{
count: integer(),
range: GoogleApi.Jobs.V3.Model.BucketRange.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.