Class IndividualOutcome
Step Id and outcome of each individual step that was run as a group with other steps with the same
configuration.
Inheritance
IndividualOutcome
Assembly: Google.Apis.ToolResults.v1beta3.dll
public class IndividualOutcome : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive). The primary
step is 0.
Declaration
[JsonProperty("multistepNumber")]
public virtual int? MultistepNumber { get; set; }
Property Value
Declaration
[JsonProperty("outcomeSummary")]
public virtual string OutcomeSummary { get; set; }
Property Value
How long it took for this step to run.
Declaration
[JsonProperty("runDuration")]
public virtual Duration RunDuration { get; set; }
Property Value
Declaration
[JsonProperty("stepId")]
public virtual string StepId { get; set; }
Property Value
Implements