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

ProjectsLocationsPreferenceSetsListOptions

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

Additional options for MigrationCenter#projectsLocationsPreferenceSetsList.

interface ProjectsLocationsPreferenceSetsListOptions {
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
orderBy?: string
[src]

Field to sort by. See https://google.aip.dev/132#ordering for more details.

§
pageSize?: number
[src]

Requested page size. Server may return fewer items than requested. If unspecified, at most 500 preference sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

§
pageToken?: string
[src]

A token identifying a page of results the server should return.