forked from loafle/openapi-generator-original
373 B
373 B
Petstore::Model200Response
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | Integer | [optional] | |
_class | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::Model200Response.new(name: null,
_class: null)