Class RollbackTargetConfig
Configs for the Rollback rollout.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RollbackTargetConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rollout
Optional. The rollback Rollout
to create.
Declaration
[JsonProperty("rollout")]
public virtual Rollout Rollout { get; set; }
Property Value
Type | Description |
---|---|
Rollout |
StartingPhaseId
Optional. The starting phase ID for the Rollout
. If unspecified, the Rollout
will start in the stable
phase.
Declaration
[JsonProperty("startingPhaseId")]
public virtual string StartingPhaseId { get; set; }
Property Value
Type | Description |
---|---|
string |