WebApiModulesContainersContainerContainer constructor
WebApiModulesContainersContainerContainer({
- String? containerId,
- String? description,
- bool? rental,
- String? iCode,
- String? scannableInventoryId,
- String? scannableICode,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesContainersContainerContainer({
this.containerId,
this.description,
this.rental,
this.iCode,
this.scannableInventoryId,
this.scannableICode,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});