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

TargetAttribute

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

Contains criteria for selecting Targets.

interface TargetAttribute {
id?: string;
labels?: {
[key: string]: string;
}
;
}

§Properties

§
id?: string
[src]

ID of the Target. The value of this field could be one of the following:

  • The last segment of a target name. It only needs the ID to determine which target is being referred to * "*", all targets in a location.
§
labels?: {
[key: string]: string;
}
[src]

Target labels.