ApprovalStageResponse

data class ApprovalStageResponse(val approvalStageTimeOutInDays: Int? = null, val escalationApprovers: List<UserSetResponse>? = null, val escalationTimeInMinutes: Int? = null, val isApproverJustificationRequired: Boolean? = null, val isEscalationEnabled: Boolean? = null, val primaryApprovers: List<UserSetResponse>? = null)

The approval stage.

Constructors

Link copied to clipboard
constructor(approvalStageTimeOutInDays: Int? = null, escalationApprovers: List<UserSetResponse>? = null, escalationTimeInMinutes: Int? = null, isApproverJustificationRequired: Boolean? = null, isEscalationEnabled: Boolean? = null, primaryApprovers: List<UserSetResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time in days when approval request would be timed out

Link copied to clipboard

The escalation approver of the request.

Link copied to clipboard

The time in minutes when the approval request would be escalated if the primary approver does not approve

Link copied to clipboard

Determines whether approver need to provide justification for his decision.

Link copied to clipboard

The value determine whether escalation feature is enabled.

Link copied to clipboard

The primary approver of the request.