Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 522 Bytes

File metadata and controls

20 lines (14 loc) · 522 Bytes

EtsyApi::ShopListingsWithAssociations

Properties

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

Example

require 'etsy_api'

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