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

ProjectsLocationsTenantsListOptions

import type { ProjectsLocationsTenantsListOptions } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Additional options for SaaSservicemgmt#projectsLocationsTenantsList.

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

§Properties

§
filter?: string
[src]

Filter the list as specified in https://google.aip.dev/160.

§
orderBy?: string
[src]

Order results as specified in https://google.aip.dev/132.

§
pageSize?: number
[src]

The maximum number of tenants to send per page.

§
pageToken?: string
[src]

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.