Method: GongAPI::UserIntegrationStatus.openapi_types

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

.openapi_typesObject

Attribute type mapping.



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

def self.openapi_types
  {
    :'email' => :'Object',
    :'exists' => :'Object',
    :'fix_url' => :'Object',
    :'help_url' => :'Object',
    :'user_facing_error' => :'Object',
    :'valid' => :'Object'
  }
end