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

ListTenantsResponse

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

The response structure for the ListTenants method.

interface ListTenantsResponse {
nextPageToken?: string;
tenants?: Tenant[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

If present, the next page token can be provided to a subsequent ListTenants call to list the next page. If empty, there are no more pages.

§
tenants?: Tenant[]
[src]

The resulting tenants.

§
unreachable?: string[]
[src]

Locations that could not be reached.