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

AutomationResourceSelector

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

AutomationResourceSelector contains the information to select the resources to which an Automation is going to be applied.

interface AutomationResourceSelector {
targets?: TargetAttribute[];
}

§Properties

§

Contains attributes about a target.