Show / Hide Table of Contents

Class MultiStep

Details when multiple steps are run with the same configuration as a group.

Inheritance
object
MultiStep
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 MultiStep : 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?

PrimaryStep

Present if it is a primary (original) step.

Declaration
[JsonProperty("primaryStep")]
public virtual PrimaryStep PrimaryStep { get; set; }
Property Value
Type Description
PrimaryStep

PrimaryStepId

Step Id of the primary (original) step, which might be this step.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX