Class GoogleDevtoolsRemoteworkersV1test2CommandTask
Describes a shell-style task to execute, suitable for providing as the Bots interface's Lease.payload field.
Inheritance
System.Object
GoogleDevtoolsRemoteworkersV1test2CommandTask
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class GoogleDevtoolsRemoteworkersV1test2CommandTask : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExpectedOutputs
The expected outputs from the task.
Declaration
[JsonProperty("expectedOutputs")]
public virtual GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs ExpectedOutputs { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs |
Inputs
The inputs to the task.
Declaration
[JsonProperty("inputs")]
public virtual GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs Inputs { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs |
Timeouts
The timeouts of this task.
Declaration
[JsonProperty("timeouts")]
public virtual GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts Timeouts { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts |
Implements
Google.Apis.Requests.IDirectResponseSchema