Class ManualApprovalDeployStageExecutionProgress
Specifies the manual approval stage specific execution details.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ManualApprovalDeployStageExecutionProgress : DeployStageExecutionProgress
Properties
ApprovalActions
Declaration
[JsonProperty(PropertyName = "approvalActions")]
public List<ApprovalAction> ApprovalActions { get; set; }
Property Value
Type | Description |
---|---|
List<ApprovalAction> | Specifies the Canary approval actions. |