Show / Hide Table of Contents

Class ToolResultsStep

Represents a tool results step resource. This has the results of a TestExecution.

Inheritance
object
ToolResultsStep
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ToolResultsStep : 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 step.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

StepId

Output only. A tool results step ID.

Declaration
[JsonProperty("stepId")]
public virtual string StepId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX