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

ProjectsLocationsAutoscalingPoliciesListOptions

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

Additional options for Dataproc#projectsLocationsAutoscalingPoliciesList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.

§
pageToken?: string
[src]

Optional. The page token, returned by a previous call, to request the next page of results.