PendingUpdate

Contains details for the pending updates for an approval team, if applicable.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An ApprovalStrategyResponse object. Contains details for how the team grants approval.

Link copied to clipboard

An array of GetApprovalTeamResponseApprover objects. Contains details for the approvers in the team.

Link copied to clipboard

Description for the team.

Link copied to clipboard

Total number of approvers in the team.

Link copied to clipboard

Status for the team. For more information, see Team health in the Multi-party approval User Guide.

Link copied to clipboard

Status code for the update. For more information, see Team health in the Multi-party approval User Guide.

Link copied to clipboard

Message describing the status for the team.

Link copied to clipboard

Timestamp when the update request was initiated.

Link copied to clipboard

Version ID for the team.

Functions

Link copied to clipboard
inline fun copy(block: PendingUpdate.Builder.() -> Unit = {}): PendingUpdate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String