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

ProjectsLocationsDiscoveryClientsListOptions

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

Additional options for MigrationCenter#projectsLocationsDiscoveryClientsList.

interface ProjectsLocationsDiscoveryClientsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Filter expression to filter results by.

§
orderBy?: string
[src]

Optional. Field to sort by.

§
pageSize?: number
[src]

Optional. The maximum number of items to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListDiscoveryClients call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDiscoveryClients must match the call that provided the page token.