Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 333 Bytes

File metadata and controls

18 lines (12 loc) · 333 Bytes

Bandwidth::AsyncLookupRequest

Properties

Name Type Description Notes
phone_numbers Array<String> Telephone numbers in E.164 format.

Example

require 'bandwidth-sdk'

instance = Bandwidth::AsyncLookupRequest.new(
  phone_numbers: null
)