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

ListMonitoredResourceDescriptorsResponse

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

The ListMonitoredResourceDescriptors response.

interface ListMonitoredResourceDescriptorsResponse {
nextPageToken?: string;
resourceDescriptors?: MonitoredResourceDescriptor[];
}

§Properties

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

§
resourceDescriptors?: MonitoredResourceDescriptor[]
[src]

The monitored resource descriptors that are available to this project and that match filter, if present.