Class ActionCondition
Conditions for actions to deal with task failures.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class ActionCondition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExitCodes
Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.
Declaration
[JsonProperty("exitCodes")]
public virtual IList<int?> ExitCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |