Struct google_cloudmonitoring2_beta2::WriteTimeseriesRequest [] [src]

pub struct WriteTimeseriesRequest {
    pub common_labels: Option<HashMap<String, String>>,
    pub timeseries: Option<Vec<TimeseriesPoint>>,
}

The request of cloudmonitoring.timeseries.write

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The label's name.

Provide time series specific labels and the data points for each time series. The labels in timeseries and the common_labels should form a complete list of labels that required by the metric.

Trait Implementations

impl Debug for WriteTimeseriesRequest
[src]

Formats the value using the given formatter.

impl Clone for WriteTimeseriesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WriteTimeseriesRequest
[src]

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

impl RequestValue for WriteTimeseriesRequest
[src]