Class ShardSummary
Result summary for a shard in an environment.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ShardSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Runs
Summaries of the steps belonging to the shard. With flaky_test_attempts enabled from TestExecutionService, more than one run (Step) can present. And the runs will be sorted by multistep_number.
Declaration
[JsonProperty("runs")]
public virtual IList<StepSummary> Runs { get; set; }
Property Value
Type | Description |
---|---|
IList<StepSummary> |
ShardResult
Merged result of the shard.
Declaration
[JsonProperty("shardResult")]
public virtual MergedResult ShardResult { get; set; }
Property Value
Type | Description |
---|---|
MergedResult |