Show / Hide Table of Contents

Class ManualApprovalDeployStageExecutionProgress

Specifies the manual approval stage specific execution details.

Inheritance
object
DeployStageExecutionProgress
ManualApprovalDeployStageExecutionProgress
Inherited Members
DeployStageExecutionProgress.DeployStageDisplayName
DeployStageExecutionProgress.DeployStageId
DeployStageExecutionProgress.TimeStarted
DeployStageExecutionProgress.TimeFinished
DeployStageExecutionProgress.Status
DeployStageExecutionProgress.DeployStagePredecessors
DeployStageExecutionProgress.DeployStageExecutionProgressDetails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top