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