WebApiModulesSettingsAttributeValueAttributeValue constructor

WebApiModulesSettingsAttributeValueAttributeValue({
  1. String? attributeValueId,
  2. String? attributeValue,
  3. String? attributeId,
  4. String? attribute,
  5. String? inventoryTypeId,
  6. String? inventoryType,
  7. bool? numericOnly,
  8. bool? inactive,
  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

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