Method: GongAPI::Call.openapi_types
- Defined in:
- lib/gong_api/models/call.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/gong_api/models/call.rb', line 47 def self.openapi_types { :'collaboration' => :'Object', :'content' => :'Object', :'context' => :'Object', :'interaction' => :'Object', :'media' => :'Object', :'meta_data' => :'Object', :'parties' => :'Object' } end |