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

ProjectsLocationsBucketsDatasetsListOptions

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

Additional options for Observability#projectsLocationsBucketsDatasetsList.

interface ProjectsLocationsBucketsDatasetsListOptions {
pageSize?: number;
pageToken?: string;
showDeleted?: boolean;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of datasets to return. If unspecified, then at most 100 datasets are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListDatasets call. Provide this to retrieve the subsequent page.

§
showDeleted?: boolean
[src]

Optional. If true, then the response will include deleted datasets.