WebApiModulesAdministratorDataHealthDataHealth constructor

WebApiModulesAdministratorDataHealthDataHealth({
  1. int? dataHealthId,
  2. String? dataHealthType,
  3. String? captureDateTime,
  4. String? captureDate,
  5. String? json,
  6. String? severity,
  7. String? severityColor,
  8. String? notes,
  9. bool? resolved,
  10. int? quantity,
  11. bool? inactive,
  12. String? auditNote,
  13. String? recordTitle,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAdministratorDataHealthDataHealth({
  this.dataHealthId,
  this.dataHealthType,
  this.captureDateTime,
  this.captureDate,
  this.json,
  this.severity,
  this.severityColor,
  this.notes,
  this.resolved,
  this.quantity,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});