View Source GoogleApi.Run.V1.Model.ExecutionReference (quiqup_google_api_run v0.28.0)

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

attributes

Attributes

  • creationTimestamp (type: DateTime.t, default: nil) - Optional. Creation timestamp of the execution.
  • name (type: String.t, default: nil) - Optional. Name of the execution.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

@type t() :: %GoogleApi.Run.V1.Model.ExecutionReference{
  creationTimestamp: DateTime.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.