Method: Bandwidth::TranscribeRecording.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/transcribe_recording.rb
.openapi_types ⇒ Object
Attribute type mapping.
79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 79 def self.openapi_types { :'callback_url' => :'String', :'callback_method' => :'CallbackMethodEnum', :'username' => :'String', :'password' => :'String', :'tag' => :'String', :'callback_timeout' => :'Float', :'detect_language' => :'Boolean' } end |