Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 458 Bytes

File metadata and controls

20 lines (14 loc) · 458 Bytes

EtsyApi::ShopListings

Properties

Name Type Description Notes
count Integer The number of ShopListing resources found. [optional]
results Array<ShopListingsResultsInner> The ShopListing resources found. [optional]

Example

require 'etsy_api'

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