Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListTimeSeriesResponse

import type { ListTimeSeriesResponse } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The ListTimeSeries response.

interface ListTimeSeriesResponse {
executionErrors?: Status[];
nextPageToken?: string;
timeSeries?: TimeSeries[];
unit?: string;
}

§Properties

§
executionErrors?: Status[]
[src]

Query execution errors that may have caused the time series data returned to be incomplete.

§
nextPageToken?: string
[src]

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

§
timeSeries?: TimeSeries[]
[src]

One or more time series that match the filter included in the request.

§
unit?: string
[src]

The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".