View Source GoogleApi.ToolResults.V1beta3.Model.MultiStep (google_api_tool_results v0.33.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.MultiStep{
  multistepNumber: integer() | nil,
  primaryStep: GoogleApi.ToolResults.V1beta3.Model.PrimaryStep.t() | nil,
  primaryStepId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.