Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 594 Bytes

StringRange.md

File metadata and controls

23 lines (17 loc) · 594 Bytes

StringRange

Properties

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

Examples

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

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