Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 522 Bytes

File metadata and controls

22 lines (16 loc) · 522 Bytes

EtsyApi::TaxonomyPropertyScale

Properties

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]

Example

require 'etsy_api'

instance = EtsyApi::TaxonomyPropertyScale.new(
  scale_id: null,
  display_name: null,
  description: null
)