Class ApproveRolloutRequest
The request object used by ApproveRollout
.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ApproveRolloutRequest : IDirectResponseSchema
Properties
Approved
Required. True = approve; false = reject
Declaration
[JsonProperty("approved")]
public virtual bool? Approved { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OverrideDeployPolicy
Optional. Deploy policies to override. Format is
projects/{project}/locations/{location}/deployPolicies/{deployPolicy}
.
Declaration
[JsonProperty("overrideDeployPolicy")]
public virtual IList<string> OverrideDeployPolicy { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |