Sha256: 2fb9b48160b966e66fdc9bd2c15351f9be5cf7be7770a3523a9d647e9ef5c02a
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
# MfkOpenapiRubyClient::CustomersList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<Customer>**](Customer.md) | 条件に該当する顧客の一覧です。 | [optional] | | **object** | **String** | このObjectの種別を示します。ここでは必ず `list`が設定されます。 | [optional] | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::CustomersList.new( items: null, object: null, pagination: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | docs/CustomersList.md |