Method: GongAPI::Comment.openapi_types
- Defined in:
- lib/gong_api/models/comment.rb
.openapi_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/gong_api/models/comment.rb', line 55 def self.openapi_types { :'audio_end_time' => :'Object', :'audio_start_time' => :'Object', :'comment' => :'Object', :'commenter_user_id' => :'Object', :'during_call' => :'Object', :'id' => :'Object', :'in_reply_to' => :'Object', :'posted' => :'Object' } end |