mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
879 B
879 B
EnumTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
EnumString | String | [optional] | |
EnumStringRequired | String | ||
EnumInteger | Int32 | [optional] | |
EnumIntegerOnly | Int32 | [optional] | |
EnumNumber | Double | [optional] | |
OuterEnum | OuterEnum | [optional] |
Examples
- Prepare the resource
$EnumTest = Initialize-PSPetstoreEnumTest -EnumString null `
-EnumStringRequired null `
-EnumInteger null `
-EnumIntegerOnly null `
-EnumNumber null `
-OuterEnum null
- Convert the resource to JSON
$EnumTest | ConvertTo-JSON