ApprovalResultResponse

data class ApprovalResultResponse(val approvalTime: String, val approverAccount: String, val comment: String, val decision: String, val url: String)

ApprovalResult describes the decision and associated metadata of a manual approval of a build.

Constructors

Link copied to clipboard
constructor(approvalTime: String, approverAccount: String, comment: String, decision: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the approval decision was made.

Link copied to clipboard

Email of the user that called the ApproveBuild API to approve or reject a build at the time that the API was called.

Link copied to clipboard

Optional. An optional comment for this manual approval result.

Link copied to clipboard

The decision of this manual approval.

Link copied to clipboard
val url: String

Optional. An optional URL tied to this manual approval result. This field is essentially the same as comment, except that it will be rendered by the UI differently. An example use case is a link to an external job that approved this Build.