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

OrganizationsConstraintsListOptions

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

Additional options for orgPolicy#organizationsConstraintsList.

interface OrganizationsConstraintsListOptions {
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.