Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 320 Bytes

TelephoneNumber.md

File metadata and controls

18 lines (12 loc) · 320 Bytes

Bandwidth::TelephoneNumber

Properties

Name Type Description Notes
telephone_number String Simple Telephone Number. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::TelephoneNumber.new(
  telephone_number: null
)