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[];
}