mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 15:17:05 +00:00
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names * update
This commit is contained in:
20
samples/client/echo_api/powershell/docs/StringEnumRef.md
Normal file
20
samples/client/echo_api/powershell/docs/StringEnumRef.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# StringEnumRef
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$StringEnumRef = Initialize-PSOpenAPIToolsStringEnumRef
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$StringEnumRef | ConvertTo-JSON
|
||||
```
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user