ActionFunctionApprovalRequired constructor

ActionFunctionApprovalRequired({
  1. String callId = '',
  2. String approvalId = '',
  3. String approvalToken = '',
  4. String functionName = '',
  5. String reason = '',
  6. String argsJson = '',
  7. int timeoutSeconds = 0,
})

Implementation

ActionFunctionApprovalRequired({
    this.callId = '',
    this.approvalId = '',
    this.approvalToken = '',
    this.functionName = '',
    this.reason = '',
    this.argsJson = '',
    this.timeoutSeconds = 0,
});