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;