mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-18 15:40:53 +00:00
449 B
449 B
Petstore::ApiResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
code | Integer | [optional] | |
type | String | [optional] | |
message | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::ApiResponse.new(code: null,
type: null,
message: null)