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