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/jobs:v4.ts";

The List tenants response object.

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

§Properties

§

Additional information for the API invocation, such as the request tracking id.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results.

§
tenants?: Tenant[]
[src]

Tenants for the current client.