Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

ListingImages.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

EtsyApi::ListingImages

Properties

Name Type Description Notes
count Integer The number of results. [optional]
results Array<ListingImagesResultsInner> The list of requested resources. [optional]

Example

require 'etsy_api'

instance = EtsyApi::ListingImages.new(
  count: null,
  results: null
)