Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 580 Bytes

File metadata and controls

23 lines (17 loc) · 580 Bytes

IntRange

Properties

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

Examples

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

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