forked from loafle/openapi-generator-original
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)