Method: Bandwidth::TranscribeRecording.openapi_nullable

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

.openapi_nullableObject

List of attributes with nullable: true



92
93
94
95
96
97
98
99
100
101
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 92

def self.openapi_nullable
  Set.new([
    :'callback_method',
    :'username',
    :'password',
    :'tag',
    :'callback_timeout',
    :'detect_language'
  ])
end