GoogleApi.CloudRun.V1alpha1.Model.InstanceAttemptResult (google_api_cloud_run v0.46.1) View Source
Result of an instance attempt.
Attributes
-
exitCode
(type:integer()
, default:nil
) - Optional. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details. -
status
(type:GoogleApi.CloudRun.V1alpha1.Model.GoogleRpcStatus.t
, default:nil
) - Optional. The status of this attempt. If the status code is OK, then the attempt succeeded.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.InstanceAttemptResult{ exitCode: integer() | nil, status: GoogleApi.CloudRun.V1alpha1.Model.GoogleRpcStatus.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.