forked from loafle/openapi-generator-original
315 B
315 B
Petstore::InlineObject4
Properties
Name | Type | Description | Notes |
---|---|---|---|
param | String | field1 | |
param2 | String | field2 |
Example
require 'petstore'
instance = Petstore::InlineObject4.new(
param: null,
param2: null
)