Method: GongAPI::CallInteraction.attribute_map
- Defined in:
- lib/gong_api/models/call_interaction.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
30 31 32 33 34 35 36 37 |
# File 'lib/gong_api/models/call_interaction.rb', line 30 def self.attribute_map { :'person_interaction_stats' => :'personInteractionStats', :'questions' => :'questions', :'speakers' => :'speakers', :'video' => :'video' } end |