forked from loafle/openapi-generator-original
a7e92786df
* add more tests to powershell client * update spec * update method name * add new file
595 B
595 B
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