Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 595 Bytes

File metadata and controls

23 lines (17 loc) · 595 Bytes

EnumArrays

Properties

Name Type Description Notes
JustSymbol String [optional]
ArrayEnum String[] [optional]

Examples

  • Prepare the resource
$EnumArrays = Initialize-PSPetstoreEnumArrays  -JustSymbol null `
 -ArrayEnum null
  • Convert the resource to JSON
$EnumArrays | ConvertTo-JSON

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