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

DeliveryPipelineAttribute

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

Contains criteria for selecting DeliveryPipelines.

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

§Properties

§
id?: string
[src]

Optional. ID of the DeliveryPipeline. The value of this field could be one of the following: * The last segment of a pipeline name * "*", all delivery pipelines in a location

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

DeliveryPipeline labels.