google_api_testing v0.16.0 GoogleApi.Testing.V1.Model.ToolResultsHistory View Source

Represents a tool results history resource.

Attributes

  • historyId (type: String.t, default: nil) - Required. A tool results history ID.
  • projectId (type: String.t, default: nil) - Required. The cloud project that owns the tool results history.

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.ToolResultsHistory{
  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.