WebApiModulesAdministratorHotfixHotfix constructor

WebApiModulesAdministratorHotfixHotfix({
  1. String? hotfixId,
  2. String? fileName,
  3. String? description,
  4. String? hotfixBegin,
  5. String? hotfixEnd,
  6. double? hotfixSeconds,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesAdministratorHotfixHotfix({
  this.hotfixId,
  this.fileName,
  this.description,
  this.hotfixBegin,
  this.hotfixEnd,
  this.hotfixSeconds,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});