Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 543 Bytes

File metadata and controls

22 lines (16 loc) · 543 Bytes

Bandwidth::CreateMultiChannelMessageResponse

Properties

Name Type Description Notes
links Array<Link> [optional]
data MultiChannelMessageResponseData [optional]
errors Array<ErrorObject> [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::CreateMultiChannelMessageResponse.new(
  links: [],
  data: null,
  errors: []
)