Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 400 Bytes

Shops.md

File metadata and controls

20 lines (14 loc) · 400 Bytes

EtsyApi::Shops

Properties

Name Type Description Notes
count Integer The total number of Shops [optional]
results Array<ShopsResultsInner> The Shop resources. [optional]

Example

require 'etsy_api'

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