forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
	
		
			791 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			791 B
		
	
	
	
	
	
	
	
ObjectWithDeprecatedFields
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Uuid | String | [optional] | |
| Id | Decimal | [optional] | |
| DeprecatedRef | DeprecatedObject | [optional] | |
| Bars | String[] | [optional] | 
Examples
- Prepare the resource
 
$ObjectWithDeprecatedFields = Initialize-PSPetstoreObjectWithDeprecatedFields  -Uuid null `
 -Id null `
 -DeprecatedRef null `
 -Bars null
- Convert the resource to JSON
 
$ObjectWithDeprecatedFields | ConvertTo-JSON