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

CustomersPolicySchemasListOptions

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

Additional options for ChromePolicy#customersPolicySchemasList.

interface CustomersPolicySchemasListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

The schema filter used to find a particular schema based on fields like its resource name, description and additionalTargetKeyNames.

§
pageSize?: number
[src]

The maximum number of policy schemas to return, defaults to 100 and has a maximum of 1000.

§
pageToken?: string
[src]

The page token used to retrieve a specific page of the listing request.