forked from loafle/openapi-generator-original
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