Method: Bandwidth::MultiChannelMessageRequest.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/multi_channel_message_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
77 78 79 80 81 82 83 84 85 |
# File 'lib/bandwidth-sdk/models/multi_channel_message_request.rb', line 77 def self.openapi_types { :'to' => :'String', :'channel_list' => :'Array<MultiChannelChannelListRequestObject>', :'tag' => :'String', :'priority' => :'PriorityEnum', :'expiration' => :'Time' } end |