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

CustomTarget

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

Information specifying a Custom Target.

interface CustomTarget {
customTargetType?: string;
}

§Properties

§
customTargetType?: string
[src]

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.