# TalonOne::ItemAttribute ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributeid** | **Integer** | The ID of the attribute of the item. | **name** | **String** | The name of the attribute. | **value** | [**Object**](.md) | The value of the attribute. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ItemAttribute.new(attributeid: 6, name: null, value: null) ```