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

ProjectsLocationsGlobalDomainsListOptions

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

Additional options for Managedidentities#projectsLocationsGlobalDomainsList.

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

§Properties

§
filter?: string
[src]

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

§
orderBy?: string
[src]

Optional. Specifies the ordering of results. See Sorting order for more information.

§
pageSize?: number
[src]

Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.