Struct google_cloudmonitoring2_beta2::PointDistributionOverflowBucket [] [src]

pub struct PointDistributionOverflowBucket {
    pub count: Option<String>,
    pub lower_bound: Option<f64>,
}

The overflow bucket is a special bucket that does not have the upperBound field; it includes all of the events that are no less than its lower bound.

This type is not used in any activity, and only used as part of another schema.

Fields

The number of events whose values are in the interval defined by this bucket.

The lower bound of the value interval of this bucket (inclusive).

Trait Implementations

impl Debug for PointDistributionOverflowBucket
[src]

Formats the value using the given formatter.

impl Clone for PointDistributionOverflowBucket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PointDistributionOverflowBucket
[src]

Returns the "default value" for a type. Read more

impl Part for PointDistributionOverflowBucket
[src]