Struct google_monitoring3::CreateTimeSeriesRequest[][src]

pub struct CreateTimeSeriesRequest {
    pub time_series: Option<Vec<TimeSeries>>,
}

The CreateTimeSeries request.

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 new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each TimeSeries value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.

Trait Implementations

impl Default for CreateTimeSeriesRequest
[src]

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

impl Clone for CreateTimeSeriesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateTimeSeriesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CreateTimeSeriesRequest
[src]

Auto Trait Implementations