ReviewActionDetail constructor

ReviewActionDetail({
  1. String? actionId,
  2. String? actionName,
  3. DateTime? completeTime,
  4. String? errorCode,
  5. String? result,
  6. ReviewActionStatus? status,
  7. String? targetId,
  8. String? targetType,
})

Implementation

ReviewActionDetail({
  this.actionId,
  this.actionName,
  this.completeTime,
  this.errorCode,
  this.result,
  this.status,
  this.targetId,
  this.targetType,
});