mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			449 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			449 B
		
	
	
	
	
	
	
	
Petstore::MammalAnyof
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| has_baleen | Boolean | [optional] | |
| has_teeth | Boolean | [optional] | |
| classname | String | ||
| type | String | [optional] | 
Example
require 'petstore'
instance = Petstore::MammalAnyof.new(
  has_baleen: null,
  has_teeth: null,
  classname: null,
  type: null
)