Class AutomationRuleCondition
AutomationRuleCondition
contains conditions relevant to an Automation
rule.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class AutomationRuleCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetsPresentCondition
Optional. Details around targets enumerated in the rule.
Declaration
[JsonProperty("targetsPresentCondition")]
public virtual TargetsPresentCondition TargetsPresentCondition { get; set; }
Property Value
Type | Description |
---|---|
TargetsPresentCondition |
TimedPromoteReleaseCondition
Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
Declaration
[JsonProperty("timedPromoteReleaseCondition")]
public virtual TimedPromoteReleaseCondition TimedPromoteReleaseCondition { get; set; }
Property Value
Type | Description |
---|---|
TimedPromoteReleaseCondition |