Struct google_monitoring3::CreateCollectdTimeSeriesResponse[][src]

pub struct CreateCollectdTimeSeriesResponse {
    pub payload_errors: Option<Vec<CollectdPayloadError>>,
}

The CreateCollectdTimeSeries response.

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

Records the error status for points that were not written due to an error.Failed requests for which nothing is written will return an error response instead.

Trait Implementations

impl Default for CreateCollectdTimeSeriesResponse
[src]

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

impl Clone for CreateCollectdTimeSeriesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateCollectdTimeSeriesResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for CreateCollectdTimeSeriesResponse
[src]

Auto Trait Implementations