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

TypesListResponse

import type { TypesListResponse } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";

A response that returns all Types supported by Deployment Manager

interface TypesListResponse {
nextPageToken?: string;
types?: Type[];
}

§Properties

§
nextPageToken?: string
[src]

A token used to continue a truncated list request.

§
types?: Type[]
[src]

Output only. A list of resource types supported by Deployment Manager.