GoogleApi.Testing.V1.Model.ToolResultsExecution (google_api_testing v0.21.0) View Source

Represents a tool results execution resource. This has the results of a TestMatrix.

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 execution.

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.ToolResultsExecution{
  executionId: String.t(),
  historyId: String.t(),
  projectId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.