WebApiModulesSettingsInventorySettingsAttributeAttribute constructor
WebApiModulesSettingsInventorySettingsAttributeAttribute({
- String? attributeId,
- String? attribute,
- String? inventoryTypeId,
- String? inventoryType,
- bool? numericOnly,
- int? valueCount,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});