# 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 | ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::SyncNumberLookupSuccess.new(request_id: null, result: null) ```