EtsyApi::TaxonomyNodePropertyPossibleValuesInner 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::TaxonomyNodePropertyPossibleValuesInner.new( value_id: null, name: null, scale_id: null, equal_to: null )