Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 781 Bytes

File metadata and controls

26 lines (20 loc) · 781 Bytes

Freeclimb::AvailableNumber

Properties

Name Type Description Notes
capabilities Capabilities [optional]
campaign_id String The campaign ID generated by the campaign registry [optional]
phone_number String The phone number, in E.164 format (+ country code and phone number: +18003608245). [optional]
region String The state or province of this phone number. [optional]
country String The country of this phone number. [optional]

Example

require 'freeclimb'

instance = Freeclimb::AvailableNumber.new(
  capabilities: null,
  campaign_id: null,
  phone_number: null,
  region: null,
  country: null
)