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

ListUnitKindsResponse

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

The response structure for the ListUnitKinds method.

interface ListUnitKindsResponse {
nextPageToken?: string;
unitKinds?: UnitKind[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
unitKinds?: UnitKind[]
[src]

The resulting unit kinds.

§
unreachable?: string[]
[src]

Locations that could not be reached.