google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.MultiStep View Source

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

Attributes

  • multistepNumber (integer()): Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive). The primary step is 0. Defaults to: null.
  • primaryStep (PrimaryStep): Present if it is a primary (original) step. Defaults to: null.
  • primaryStepId (String.t): Step Id of the primary (original) step, which might be this step. Defaults to: null.

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 Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.MultiStep{
  multistepNumber: any(),
  primaryStep: GoogleApi.ToolResults.V1beta3.Model.PrimaryStep.t(),
  primaryStepId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.