Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 598 Bytes

File metadata and controls

23 lines (17 loc) · 598 Bytes

DecimalRange

Properties

Name Type Description Notes
MinValue Double [optional]
MaxValue Double [optional]

Examples

  • Prepare the resource
$DecimalRange = Initialize-RealGreenSaPSDecimalRange  -MinValue null `
 -MaxValue null
  • Convert the resource to JSON
$DecimalRange | ConvertTo-JSON

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