View Source GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference (google_api_tool_results v0.33.0)

A reference to a ToolExecution output file.

Attributes

  • creationTime (type: GoogleApi.ToolResults.V1beta3.Model.Timestamp.t, default: nil) - The creation time of the file. - In response: present if set by create/update request - In create/update request: optional
  • output (type: GoogleApi.ToolResults.V1beta3.Model.FileReference.t, default: nil) - A FileReference to an output file. - In response: always set - In create/update request: always set
  • testCase (type: GoogleApi.ToolResults.V1beta3.Model.TestCaseReference.t, default: nil) - The test case to which this output file belongs. - In response: present if set by create/update request - In create/update request: optional

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference{
  creationTime: GoogleApi.ToolResults.V1beta3.Model.Timestamp.t() | nil,
  output: GoogleApi.ToolResults.V1beta3.Model.FileReference.t() | nil,
  testCase: GoogleApi.ToolResults.V1beta3.Model.TestCaseReference.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.