Method: GongAPI::Settings.openapi_types

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

.openapi_typesObject

Attribute type mapping.



48
49
50
51
52
53
54
55
56
57
# File 'lib/gong_api/models/settings.rb', line 48

def self.openapi_types
  {
    :'emails_imported' => :'Object',
    :'non_recorded_meetings_imported' => :'Object',
    :'prevent_email_import' => :'Object',
    :'prevent_web_conference_recording' => :'Object',
    :'telephony_calls_imported' => :'Object',
    :'web_conferences_recorded' => :'Object'
  }
end