Method: GongAPI::MeetingsErrorResponse.openapi_types
- Defined in:
- lib/gong_api/models/meetings_error_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 50 51 |
# File 'lib/gong_api/models/meetings_error_response.rb', line 43 def self.openapi_types { :'errors' => :'Object', :'fix_url' => :'Object', :'help_url' => :'Object', :'request_id' => :'Object', :'user_facing_error' => :'Object' } end |