Class ToolExecutionStep
Generic tool step to be used for binaries we do not explicitly support. For example: running cp to copy artifacts from one location to another.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ToolExecutionStep : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ToolExecution
A Tool execution. - In response: present if set by create/update request - In create/update request: optional
Declaration
[JsonProperty("toolExecution")]
public virtual ToolExecution ToolExecution { get; set; }
Property Value
Type | Description |
---|---|
ToolExecution |