| Name | Type | Description | Notes |
|---|---|---|---|
| application_id | String | ID of the Application that should handle calls to this number. | [optional] |
| _alias | String | Description for this phone number. | [optional] |
| campaign_id | String | The campaign ID generated by the campaign registry | [optional] |
require 'freeclimb'
instance = Freeclimb::IncomingNumberRequest.new(
application_id: null,
_alias: null,
campaign_id: null
)