mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
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
)