forked from loafle/openapi-generator-original
266 B
266 B
Petstore::DeprecatedObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] |
Example
require 'petstore'
instance = Petstore::DeprecatedObject.new(
name: null
)