mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-01 06:20:53 +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)