Method: GongAPI::CallParticipant.openapi_types

Defined in:
lib/gong_api/models/call_participant.rb

.openapi_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
60
61
# File 'lib/gong_api/models/call_participant.rb', line 51

def self.openapi_types
  {
    :'context' => :'Object',
    :'email_address' => :'Object',
    :'media_channel_id' => :'Object',
    :'name' => :'Object',
    :'party_id' => :'Object',
    :'phone_number' => :'Object',
    :'user_id' => :'Object'
  }
end