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. This could be used to select targets for a Deploy Policy or for an Automation.

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

§Properties

§
id?: string
[src]

Optional. ID of the Target. The value of this field could be one of the following: * The last segment of a target name * "*", all targets in a location

§
labels?: {
[key: string]: string;
}
[src]

Target labels.