Class MultiStep
Details when multiple steps are run with the same configuration as a group.
Implements
Inherited Members
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 |