forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
	
		
			596 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			596 B
		
	
	
	
	
	
	
	
Model200Response
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Name | Int32 | [optional] | |
| Class | String | [optional] | 
Examples
- Prepare the resource
 
$Model200Response = Initialize-PSPetstoreModel200Response  -Name null `
 -Class null
- Convert the resource to JSON
 
$Model200Response | ConvertTo-JSON