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

ListDatasetsResponse

import type { ListDatasetsResponse } from "https://googleapis.deno.dev/v1/observability:v1.ts";

Response for listing datasets.

interface ListDatasetsResponse {
datasets?: Dataset[];
nextPageToken?: string;
}

§Properties

§
datasets?: Dataset[]
[src]

The list of datasets.

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. When this field is omitted, there are no subsequent pages.