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

ProjectsLocationsBucketsDatasetsViewsListOptions

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

Additional options for Observability#projectsLocationsBucketsDatasetsViewsList.

interface ProjectsLocationsBucketsDatasetsViewsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of views to return. If unspecified, then at most 100 views 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 ListViews call. Provide this to retrieve the subsequent page.