| Name | Type | Description | Notes |
|---|---|---|---|
| scale_id | Integer | The unique numeric ID of a scale. | [optional] |
| display_name | String | The name string for a scale. | [optional] |
| description | String | The description string for a scale. | [optional] |
require 'etsy_api'
instance = EtsyApi::TaxonomyPropertyScale.new(
scale_id: null,
display_name: null,
description: null
)