mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-13 15:13:43 +00:00
358 B
358 B
Petstore::ReadOnlyFirst
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| bar | String | [optional] | |
| baz | String | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::ReadOnlyFirst.new(bar: null,
baz: null)