Class PrimaryStep
Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class PrimaryStep : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IndividualOutcome
Step Id and outcome of each individual step.
Declaration
[JsonProperty("individualOutcome")]
public virtual IList<IndividualOutcome> IndividualOutcome { get; set; }
Property Value
Type | Description |
---|---|
IList<IndividualOutcome> |
RollUp
Rollup test status of multiple steps that were run with the same configuration as a group.
Declaration
[JsonProperty("rollUp")]
public virtual string RollUp { get; set; }
Property Value
Type | Description |
---|---|
string |