View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ExecutionReference (google_api_run v0.40.0)

Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.

Attributes

  • completionStatus (type: String.t, default: nil) - Status for the execution completion.
  • completionTime (type: DateTime.t, default: nil) - Creation timestamp of the execution.
  • createTime (type: DateTime.t, default: nil) - Creation timestamp of the execution.
  • deleteTime (type: DateTime.t, default: nil) - The deletion time of the execution. It is only populated as a response to a Delete request.
  • name (type: String.t, default: nil) - Name of the execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ExecutionReference{
  completionStatus: String.t() | nil,
  completionTime: DateTime.t() | nil,
  createTime: DateTime.t() | nil,
  deleteTime: DateTime.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.