mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-25 13:03:44 +00:00
362 B
362 B
Petstore::HasOnlyReadOnly
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| bar | String | [optional] | |
| foo | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::HasOnlyReadOnly.new(bar: null,
foo: null)