Method: Bandwidth::TranscribeRecording.attribute_map

Defined in:
lib/bandwidth-sdk/models/transcribe_recording.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



61
62
63
64
65
66
67
68
69
70
71
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 61

def self.attribute_map
  {
    :'callback_url' => :'callbackUrl',
    :'callback_method' => :'callbackMethod',
    :'username' => :'username',
    :'password' => :'password',
    :'tag' => :'tag',
    :'callback_timeout' => :'callbackTimeout',
    :'detect_language' => :'detectLanguage'
  }
end