google_api_testing v0.17.0 GoogleApi.Testing.V1.Model.ToolResultsStep View Source

Represents a tool results step resource.

This has the results of a TestExecution.

Attributes

  • executionId (type: String.t, default: nil) - Output only. A tool results execution ID.
  • historyId (type: String.t, default: nil) - Output only. A tool results history ID.
  • projectId (type: String.t, default: nil) - Output only. The cloud project that owns the tool results step.
  • stepId (type: String.t, default: nil) - Output only. A tool results step ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.ToolResultsStep{
  executionId: String.t(),
  historyId: String.t(),
  projectId: String.t(),
  stepId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.