docs/SyncNumberLookupSuccess.md in messente_api-1.4.0 vs docs/SyncNumberLookupSuccess.md in messente_api-2.1.0

- old
+ new

@@ -1,19 +1,20 @@ # MessenteApi::SyncNumberLookupSuccess ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**request_id** | **String** | ID of the request | -**result** | [**Array<SyncNumberLookupResult>**](SyncNumberLookupResult.md) | A container for phone number info objects | +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **request_id** | **String** | ID of the request | | +| **result** | [**Array<SyncNumberLookupResult>**](SyncNumberLookupResult.md) | A container for phone number info objects | | -## Code Sample +## Example ```ruby -require 'MessenteApi' +require 'messente_api' -instance = MessenteApi::SyncNumberLookupSuccess.new(request_id: null, - result: null) +instance = MessenteApi::SyncNumberLookupSuccess.new( + request_id: null, + result: null +) ``` -