Struct google_cloudmonitoring2_beta2::ListTimeseriesResponse [] [src]

pub struct ListTimeseriesResponse {
    pub next_page_token: Option<String>,
    pub youngest: Option<String>,
    pub kind: Option<String>,
    pub oldest: Option<String>,
    pub timeseries: Option<Vec<Timeseries>>,
}

The response of cloudmonitoring.timeseries.list

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

Pagination token. If present, indicates that additional results are available for retrieval. To access the results past the pagination limit, set the pageToken query parameter to this value. All of the points of a time series will be returned before returning any point of the subsequent time series.

The youngest timestamp of the interval of this query as an RFC 3339 string.

Identifies what kind of resource this is. Value: the fixed string "cloudmonitoring#listTimeseriesResponse".

The oldest timestamp of the interval of this query as an RFC 3339 string.

The returned time series.

Trait Implementations

impl Debug for ListTimeseriesResponse
[src]

Formats the value using the given formatter.

impl Clone for ListTimeseriesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListTimeseriesResponse
[src]

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

impl ResponseResult for ListTimeseriesResponse
[src]