google_api_tool_results v0.19.0 GoogleApi.ToolResults.V1beta3.Model.MultiStep View Source
Details when multiple steps are run with the same configuration as a group.
Attributes
multistepNumber
(type:integer()
, default:nil
) - Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive). The primary step is 0.primaryStep
(type:GoogleApi.ToolResults.V1beta3.Model.PrimaryStep.t
, default:nil
) - Present if it is a primary (original) step.primaryStepId
(type:String.t
, default:nil
) - Step Id of the primary (original) step, which might be this step.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ToolResults.V1beta3.Model.MultiStep{ multistepNumber: integer(), primaryStep: GoogleApi.ToolResults.V1beta3.Model.PrimaryStep.t(), primaryStepId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.