WebApiModulesContainersContainerContainer constructor

WebApiModulesContainersContainerContainer({
  1. String? containerId,
  2. String? description,
  3. bool? rental,
  4. String? iCode,
  5. String? scannableInventoryId,
  6. String? scannableICode,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. 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,
});