Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 682 Bytes

File metadata and controls

18 lines (10 loc) · 682 Bytes

ChangeRequestApprovalModel

Model representing an approval on a Change Request.

Properties

Name Type Description Notes
changeRequestApprovalId Long Identifier of the Change Request approval.
userEmail String Email of the user who approved the Change Request.
userFullName String Full name of the user who approved the Change Request.
approvedAt OffsetDateTime The UTC date and time when the Change Request was approved.
dismissedAt OffsetDateTime Optional UTC date and time when the approval was dismissed.