CLASS
# RoomleCatalogItemAttribute
Contents
- Properties
name
key
value
Representation of an item attribute with all available data like name, key and value. This object is only data transfer object (DTO), therefore you can't execute any additional functions like searches or something similar. It is only meant to provide information.
All informations are readonly. If an object like this is queried twice via a RoomleDataManager
instance, then it is possible that there are two different instance which contains same information.
# Properties
# name
Name of this item attribute
# key
Key for this item attribute
# value
Value for this item attribute