WebApiModulesSettingsInventorySettingsAttributeAttribute constructor

WebApiModulesSettingsInventorySettingsAttributeAttribute({
  1. String? attributeId,
  2. String? attribute,
  3. String? inventoryTypeId,
  4. String? inventoryType,
  5. bool? numericOnly,
  6. int? valueCount,
  7. bool? inactive,
  8. String? dateStamp,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsInventorySettingsAttributeAttribute({
  this.attributeId,
  this.attribute,
  this.inventoryTypeId,
  this.inventoryType,
  this.numericOnly,
  this.valueCount,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});