GoogleApi.Testing.V1.Model.ToolResultsHistory (google_api_testing v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.ToolResultsHistory{
  historyId: String.t() | nil,
  projectId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.