public sealed class AutomationRuleCondition : IMessage<AutomationRuleCondition>, IEquatable<AutomationRuleCondition>, IDeepCloneable<AutomationRuleCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AutomationRuleCondition.
AutomationRuleCondition contains conditions relevant to an
Automation rule.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AutomationRuleCondition` class, part of the Google Cloud Deploy v1 API, defines conditions for an `Automation` rule."],["Version 3.4.0 is the latest version available for the `AutomationRuleCondition` class, with a range of versions from 1.0.0 to 3.4.0 being available."],["`AutomationRuleCondition` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `TargetsPresentCondition` property, which provides details about targets specified in the automation rule, and is considered optional."],["There are two constructors available, a default one, and another to take in another `AutomationRuleCondition` object to copy from."]]],[]]