Class TimedPromoteReleaseOperation
Contains the information of an automated timed promote-release operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class TimedPromoteReleaseOperation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Phase
Output only. The starting phase of the rollout created by this operation.
Declaration
[JsonProperty("phase")]
public virtual string Phase { get; set; }
Property Value
Type | Description |
---|---|
string |
Release
Output only. The name of the release to be promoted.
Declaration
[JsonProperty("release")]
public virtual string Release { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetId
Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
Declaration
[JsonProperty("targetId")]
public virtual string TargetId { get; set; }
Property Value
Type | Description |
---|---|
string |