WebApiModulesHomeControlsRepairReleaseRepairRelease constructor
WebApiModulesHomeControlsRepairReleaseRepairRelease({
- String? repairReleaseId,
- String? repairId,
- String? releaseDate,
- String? usersId,
- String? releasedBy,
- double? releaseQuantity,
- bool? staging,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsRepairReleaseRepairRelease({
this.repairReleaseId,
this.repairId,
this.releaseDate,
this.usersId,
this.releasedBy,
this.releaseQuantity,
this.staging,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});