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.
Implements
IMessageAutomationRuleCondition, IEquatableAutomationRuleCondition, IDeepCloneableAutomationRuleCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
AutomationRuleCondition()
public AutomationRuleCondition()
AutomationRuleCondition(AutomationRuleCondition)
public AutomationRuleCondition(AutomationRuleCondition other)
Parameter | |
---|---|
Name | Description |
other | AutomationRuleCondition |
Properties
TargetsPresentCondition
public TargetsPresentCondition TargetsPresentCondition { get; set; }
Optional. Details around targets enumerated in the rule.
Property Value | |
---|---|
Type | Description |
TargetsPresentCondition |