View Source GoogleApi.CloudDeploy.V1.Model.SerialPipeline (google_api_cloud_deploy v0.6.0)
SerialPipeline defines a sequential set of stages for a DeliveryPipeline
.
Attributes
-
stages
(type:list(GoogleApi.CloudDeploy.V1.Model.Stage.t)
, default:nil
) - Each stage specifies configuration for aTarget
. The ordering of this list defines the promotion flow.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.SerialPipeline{ stages: [GoogleApi.CloudDeploy.V1.Model.Stage.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.