Method: Bandwidth::UpdateConference.openapi_types
- Defined in:
- lib/bandwidth-sdk/models/update_conference.rb
.openapi_types ⇒ Object
Attribute type mapping.
90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/bandwidth-sdk/models/update_conference.rb', line 90 def self.openapi_types { :'status' => :'ConferenceStateEnum', :'redirect_url' => :'String', :'redirect_method' => :'RedirectMethodEnum', :'username' => :'String', :'password' => :'String', :'redirect_fallback_url' => :'String', :'redirect_fallback_method' => :'RedirectMethodEnum', :'fallback_username' => :'String', :'fallback_password' => :'String' } end |