forked from loafle/openapi-generator-original
376 B
376 B
Petstore::ApiResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| code | Integer | [optional] | |
| type | String | [optional] | |
| message | String | [optional] |
Example
require 'petstore'
instance = Petstore::ApiResponse.new(
code: null,
type: null,
message: null
)