Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 624 Bytes

ListingVariationImagesResultsInner.md

File metadata and controls

24 lines (18 loc) · 624 Bytes

EtsyApi::ListingVariationImagesResultsInner

Properties

Name Type Description Notes
property_id Integer The numeric ID of the Property. [optional]
value_id Integer The numeric ID of the Value. [optional]
value String The string value of the property. [optional]
image_id Integer The numeric ID of the Image. [optional]

Example

require 'etsy_api'

instance = EtsyApi::ListingVariationImagesResultsInner.new(
  property_id: null,
  value_id: null,
  value: null,
  image_id: null
)