View Source GoogleApi.CloudDeploy.V1.Model.PipelineReadyCondition (google_api_cloud_deploy v0.6.0)
PipelineReadyCondition contains information around the status of the Pipeline.
Attributes
-
status
(type:boolean()
, default:nil
) - True if the Pipeline is in a valid state. Otherwise at least one condition inPipelineCondition
is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline. -
updateTime
(type:DateTime.t
, default:nil
) - Last time the condition was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.PipelineReadyCondition{ status: boolean() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.