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

AutomationRuleCondition

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

AutomationRuleCondition contains conditions relevant to an Automation rule.

interface AutomationRuleCondition {
targetsPresentCondition?: TargetsPresentCondition;
}

§Properties

§
targetsPresentCondition?: TargetsPresentCondition
[src]

Optional. Details around targets enumerated in the rule.