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

FoldersPoliciesListOptions

import type { FoldersPoliciesListOptions } from "https://googleapis.deno.dev/v1/orgpolicy:v2.ts";

Additional options for orgPolicy#foldersPoliciesList.

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

§Properties

§
pageSize?: number
[src]

Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.

§
pageToken?: string
[src]

Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.