WebApiModulesAdministratorDataHealthDataHealth constructor
WebApiModulesAdministratorDataHealthDataHealth({
- int? dataHealthId,
- String? dataHealthType,
- String? captureDateTime,
- String? captureDate,
- String? json,
- String? severity,
- String? severityColor,
- String? notes,
- bool? resolved,
- int? quantity,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});