WebApiModulesAdministratorDataHealthDataHealth constructor

const 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. String? knowledgeBaseArticleId,
  12. String? knowledgeBaseArticleUrl,
  13. bool? inactive,
  14. String? auditNote,
  15. String? recordTitle,
  16. dynamic urlIdentifier,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. FwStandardBusinessLogicFwBusinessLogic? original,
  21. List<FwStandardDataFwTranslatedValue>? translation,
  22. bool? hasImport,
  23. String? createdByUserId,
  24. String? createdByUserName,
  25. String? createdDateTime,
  26. String? modifiedByUserId,
  27. String? modifiedByUserName,
  28. String? modifiedDateTime,
})

Implementation

const WebApiModulesAdministratorDataHealthDataHealth({
  this.dataHealthId,
  this.dataHealthType,
  this.captureDateTime,
  this.captureDate,
  this.json,
  this.severity,
  this.severityColor,
  this.notes,
  this.resolved,
  this.quantity,
  this.knowledgeBaseArticleId,
  this.knowledgeBaseArticleUrl,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});