mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-03 18:23:44 +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
)