forked from loafle/openapi-generator-original
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)