Show / Hide Table of Contents

Class AutomationRuleCondition

AutomationRuleCondition contains conditions relevant to an Automation rule.

Inheritance
object
AutomationRuleCondition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX