WebApiModulesHomeControlsItemAttributeValueItemAttributeValue constructor

WebApiModulesHomeControlsItemAttributeValueItemAttributeValue({
  1. String? itemAttributeValueId,
  2. String? attributeId,
  3. String? itemId,
  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

WebApiModulesHomeControlsItemAttributeValueItemAttributeValue({
  this.itemAttributeValueId,
  this.attributeId,
  this.itemId,
  this.attribute,
  this.attributeValueId,
  this.attributeValue,
  this.numericValue,
  this.numericOnly,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});