ActionFunctionApprovalResponse constructor
ActionFunctionApprovalResponse({})
Implementation
ActionFunctionApprovalResponse({
this.approvalId = '',
this.approvalToken = '',
this.approved = false,
this.rejectionReason = '',
});