Struct google_cloudmonitoring2_beta2::TimeseriesPoint [] [src]

pub struct TimeseriesPoint {
    pub timeseries_desc: Option<TimeseriesDescriptor>,
    pub point: Option<Point>,
}

When writing time series, TimeseriesPoint should be used instead of Timeseries, to enforce single point for each time series in the timeseries.write request.

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

Fields

The descriptor of this time series.

The data point in this time series snapshot.

Trait Implementations

impl Debug for TimeseriesPoint
[src]

Formats the value using the given formatter.

impl Clone for TimeseriesPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TimeseriesPoint
[src]

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

impl Part for TimeseriesPoint
[src]