| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | [optional] | |
| Size | Double | [optional] | |
| Rate | Double | [optional] | |
| PriceTableID | Int32 | [optional] | |
| EstimatedManHours | Int32 | [optional] |
- Prepare the resource
$PriceRange = Initialize-RealGreenSaPSPriceRange -Id null `
-Size null `
-Rate null `
-PriceTableID null `
-EstimatedManHours null- Convert the resource to JSON
$PriceRange | ConvertTo-JSON