Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 514 Bytes

File metadata and controls

20 lines (14 loc) · 514 Bytes

EtsyApi::ShopShippingProfileDestinations

Properties

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

Example

require 'etsy_api'

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