Model representing an approval on a Change Request.
| 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. |