Method: GongAPI::PhoneNumberReferences.openapi_types
- Defined in:
- lib/gong_api/models/phone_number_references.rb
.openapi_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/gong_api/models/phone_number_references.rb', line 55 def self.openapi_types { :'calls' => :'Object', :'customer_data' => :'Object', :'email_addresses' => :'Object', :'emails' => :'Object', :'matching_phone_numbers' => :'Object', :'meetings' => :'Object', :'request_id' => :'Object', :'supplied_phone_number' => :'Object' } end |