mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 15:40:54 +00:00
266 B
266 B
Petstore::DeprecatedObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] |
Example
require 'petstore'
instance = Petstore::DeprecatedObject.new(
name: null
)