WebApiModulesSettingsInventorySettingsWarehouseCatalogWarehouseCatalog constructor

WebApiModulesSettingsInventorySettingsWarehouseCatalogWarehouseCatalog({
  1. String? warehouseCatalogId,
  2. String? warehouseCatalog,
  3. String? catalogType,
  4. bool? inactive,
  5. String? dateStamp,
  6. String? auditNote,
  7. String? recordTitle,
  8. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  9. List<FwStandardDataFwCustomValue>? custom,
  10. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  11. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsInventorySettingsWarehouseCatalogWarehouseCatalog({
  this.warehouseCatalogId,
  this.warehouseCatalog,
  this.catalogType,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});