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

ListMetricDescriptorsResponse

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

The ListMetricDescriptors response.

interface ListMetricDescriptorsResponse {
metricDescriptors?: MetricDescriptor[];
nextPageToken?: string;
}

§Properties

§
metricDescriptors?: MetricDescriptor[]
[src]

The metric descriptors that are available to the project and that match the value of filter, if present.

§
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.