mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
367 B
367 B
Petstore::InlineObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | String | Updated name of the pet | [optional] |
status | String | Updated status of the pet | [optional] |
Example
require 'petstore'
instance = Petstore::InlineObject.new(
name: null,
status: null
)