Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 546 Bytes

File metadata and controls

20 lines (14 loc) · 546 Bytes

OpenapiClient::ListStoresResponse

Properties

Name Type Description Notes
stores Array<Store>
continuation_token String The continuation token will be empty if there are no more stores.

Example

require 'openapi_client'

instance = OpenapiClient::ListStoresResponse.new(
  stores: null,
  continuation_token: eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ&#x3D;&#x3D;
)