Show / Hide Table of Contents

Class IndividualOutcome

Step Id and outcome of each individual step that was run as a group with other steps with the same configuration.

Inheritance
object
IndividualOutcome
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.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class IndividualOutcome : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MultistepNumber

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
Type Description
int?

OutcomeSummary

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

RunDuration

How long it took for this step to run.

Declaration
[JsonProperty("runDuration")]
public virtual Duration RunDuration { get; set; }
Property Value
Type Description
Duration

StepId

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