WebApiModulesAdministratorHotfixHotfix constructor
WebApiModulesAdministratorHotfixHotfix({
- String? hotfixId,
- String? fileName,
- String? description,
- String? hotfixBegin,
- String? hotfixEnd,
- double? hotfixSeconds,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});