Class ToolResultsExecution
Represents a tool results execution resource. This has the results of a TestMatrix.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ToolResultsExecution : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionId
Output only. A tool results execution ID.
Declaration
[JsonProperty("executionId")]
public virtual string ExecutionId { get; set; }
Property Value
Type | Description |
---|---|
string |
HistoryId
Output only. A tool results history ID.
Declaration
[JsonProperty("historyId")]
public virtual string HistoryId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Output only. The cloud project that owns the tool results execution.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |