View Source GoogleApi.Run.V1.Model.ExecutionReference (google_api_run v0.38.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
) - Optional. Status for the execution completion. -
completionTimestamp
(type:DateTime.t
, default:nil
) - Optional. Completion timestamp of the execution. -
creationTimestamp
(type:DateTime.t
, default:nil
) - Optional. Creation timestamp of the execution. -
deletionTimestamp
(type:DateTime.t
, default:nil
) - Optional. The read-only soft deletion timestamp of the execution. -
name
(type:String.t
, default:nil
) - Optional. Name of the execution.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Run.V1.Model.ExecutionReference{ completionStatus: String.t() | nil, completionTimestamp: DateTime.t() | nil, creationTimestamp: DateTime.t() | nil, deletionTimestamp: DateTime.t() | nil, name: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.