mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-05 03:03:39 +00:00
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