Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 699 Bytes

File metadata and controls

20 lines (14 loc) · 699 Bytes

Bandwidth::SyncLookupRequest

Properties

Name Type Description Notes
phone_numbers Array<String> Telephone numbers in E.164 format.
rcs_agent String Override the default RCS sender/agent ID used when checking RCS capabilities. When provided, this value is used as the `sender` in the RCS capability-check request instead of the account default. Must be 1–40 characters and contain only letters, digits, underscores, or hyphens. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::SyncLookupRequest.new(
  phone_numbers: null,
  rcs_agent: MyCustomRcsAgent
)