Show / Hide Table of Contents

Class RollbackTargetConfig

Configs for the Rollback rollout.

Inheritance
object
RollbackTargetConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX