Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 965 Bytes

File metadata and controls

26 lines (20 loc) · 965 Bytes

Bandwidth::MultiChannelChannelListRBMResponseObject

Properties

Name Type Description Notes
from String The sender ID of the message. This could be an alphanumeric sender ID.
application_id String The ID of the Application your from number or senderId is associated with in the Bandwidth App.
channel MultiChannelMessageChannelEnum
content MultiChannelChannelListRBMObjectAllOfContent
owner String The Bandwidth senderId associated with the message. Identical to 'from'.

Example

require 'bandwidth-sdk'

instance = Bandwidth::MultiChannelChannelListRBMResponseObject.new(
  from: BandwidthRBM,
  application_id: 93de2206-9669-4e07-948d-329f4b722ee2,
  channel: null,
  content: null,
  owner: null
)