Struct google_monitoring3::Range [] [src]

pub struct Range {
    pub max: Option<f64>,
    pub min: Option<f64>,
}

The range of the population values.

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

Fields

The maximum of the population values.

The minimum of the population values.

Trait Implementations

impl Default for Range
[src]

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

impl Clone for Range
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Range
[src]

Formats the value using the given formatter.

impl Part for Range
[src]