WebApiModulesAdministratorDataHealthDataHealth constructor
const
WebApiModulesAdministratorDataHealthDataHealth({
- int? dataHealthId,
- String? dataHealthType,
- String? captureDateTime,
- String? captureDate,
- String? json,
- String? severity,
- String? severityColor,
- String? notes,
- bool? resolved,
- int? quantity,
- String? knowledgeBaseArticleId,
- String? knowledgeBaseArticleUrl,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});