Show / Hide Table of Contents

Class PrimaryStep

Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.

Inheritance
object
PrimaryStep
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX