WebApiModulesHomeControlsItemAttributeValueItemAttributeValue constructor
WebApiModulesHomeControlsItemAttributeValueItemAttributeValue({
- String? itemAttributeValueId,
- String? attributeId,
- String? itemId,
- 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
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,
});