WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue constructor

WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue({
  1. String? inventoryAttributeValueId,
  2. String? attributeId,
  3. String? inventoryId,
  4. String? attribute,
  5. String? attributeValueId,
  6. String? attributeValue,
  7. double? numericValue,
  8. bool? numericOnly,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue({
  this.inventoryAttributeValueId,
  this.attributeId,
  this.inventoryId,
  this.attribute,
  this.attributeValueId,
  this.attributeValue,
  this.numericValue,
  this.numericOnly,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});