Class SerialPipeline
SerialPipeline defines a sequential set of stages for a DeliveryPipeline.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class SerialPipeline : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stages
Optional. Each stage specifies configuration for a Target. The ordering of this list defines the promotion
flow.
Declaration
[JsonProperty("stages")]
public virtual IList<Stage> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Stage> |