Sha256: 8cfc51bbab699c996707a57e933c30dabca875afa263188f2f6a3192488ac3af
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
# MfkOpenapiRubyClient::DestinationsList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<Destination>**](Destination.md) | 請求先一覧です。 | [optional] | | **object** | **String** | このObjectの種別を示します。ここでは必ず `list`が設定されます。 | [optional] | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::DestinationsList.new( items: null, object: list, pagination: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | docs/DestinationsList.md |