Method: GongAPI::DailyActivityWithDates.openapi_types
- Defined in:
- lib/gong_api/models/daily_activity_with_dates.rb
.openapi_types ⇒ Object
Attribute type mapping.
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
# File 'lib/gong_api/models/daily_activity_with_dates.rb', line 92 def self.openapi_types { :'calls_as_host' => :'Object', :'calls_attended' => :'Object', :'calls_comments_given' => :'Object', :'calls_comments_received' => :'Object', :'calls_gave_feedback' => :'Object', :'calls_marked_as_feedback_given' => :'Object', :'calls_marked_as_feedback_received' => :'Object', :'calls_received_feedback' => :'Object', :'calls_requested_feedback' => :'Object', :'calls_scorecards_filled' => :'Object', :'calls_scorecards_received' => :'Object', :'calls_shared_externally' => :'Object', :'calls_shared_internally' => :'Object', :'from_date' => :'Object', :'others_calls_listened_to' => :'Object', :'own_calls_listened_to' => :'Object', :'to_date' => :'Object' } end |