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

SearchTenancyUnitsResponse

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

Response for the search query.

interface SearchTenancyUnitsResponse {
nextPageToken?: string;
tenancyUnits?: TenancyUnit[];
}

§Properties

§
nextPageToken?: string
[src]

Pagination token for large results.

§
tenancyUnits?: TenancyUnit[]
[src]

Tenancy Units matching the request.