Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 768 Bytes

PriceRange.md

File metadata and controls

29 lines (23 loc) · 768 Bytes

PriceRange

Properties

Name Type Description Notes
Id Int32 [optional]
Size Double [optional]
Rate Double [optional]
PriceTableID Int32 [optional]
EstimatedManHours Int32 [optional]

Examples

  • Prepare the resource
$PriceRange = Initialize-RealGreenSaPSPriceRange  -Id null `
 -Size null `
 -Rate null `
 -PriceTableID null `
 -EstimatedManHours null
  • Convert the resource to JSON
$PriceRange | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]