Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 576 Bytes

File metadata and controls

22 lines (16 loc) · 576 Bytes

Freeclimb::IncomingNumberRequest

Properties

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]

Example

require 'freeclimb'

instance = Freeclimb::IncomingNumberRequest.new(
  application_id: null,
  _alias: null,
  campaign_id: null
)