Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 709 Bytes

File metadata and controls

24 lines (18 loc) · 709 Bytes

EtsyApi::TaxonomyPropertyValue

Properties

Name Type Description Notes
value_id Integer The numeric ID of this property value. [optional]
name String The name string of this property value. [optional]
scale_id Integer The numeric scale ID of the scale to which this property value belongs. [optional]
equal_to Array<Integer> A list of numeric property value IDs this property value is equal to (if any). [optional]

Example

require 'etsy_api'

instance = EtsyApi::TaxonomyPropertyValue.new(
  value_id: null,
  name: null,
  scale_id: null,
  equal_to: null
)