Method: Bandwidth::MessageRequest.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/message_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/bandwidth-sdk/models/message_request.rb', line 88 def self.openapi_types { :'application_id' => :'String', :'to' => :'Array<String>', :'from' => :'String', :'text' => :'String', :'media' => :'Array<String>', :'tag' => :'String', :'priority' => :'PriorityEnum', :'expiration' => :'Time' } end |