Class WhenExpression
Conditions that need to be true for the task to run.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class WhenExpression : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpressionOperator
Operator that represents an Input's relationship to the values
Declaration
[JsonProperty("expressionOperator")]
public virtual string ExpressionOperator { get; set; }
Property Value
Type | Description |
---|---|
string |
Input
Input is the string for guard checking which can be a static input or an output from a parent Task.
Declaration
[JsonProperty("input")]
public virtual string Input { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Values is an array of strings, which is compared against the input, for guard checking.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |