WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue constructor
WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue({
- String? inventoryAttributeValueId,
- String? attributeId,
- String? inventoryId,
- String? attribute,
- String? attributeValueId,
- String? attributeValue,
- double? numericValue,
- bool? numericOnly,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});