| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the attribute | |
| type | String | Type of the attribute. Should be one of the following values: `Text`, `List`, `Checkbox`, `Not used`, `Date`, `Numeric` | |
| values | String | Comma-separated list of values (applicable when Type is List) | [optional] |
require 'DearInventoryRuby'
instance = DearInventoryRuby::AttributeSetAttribute.new(name: nil,
type: nil,
values: nil)