OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
|
|
# OpenapiClient::StringEnumRef
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
|
||
|
|
| Name | Type | Description | Notes |
|
||
|
|
| ---- | ---- | ----------- | ----- |
|
||
|
|
|
||
|
|
## Example
|
||
|
|
|
||
|
|
```ruby
|
||
|
|
require 'openapi_client'
|
||
|
|
|
||
|
|
instance = OpenapiClient::StringEnumRef.new()
|
||
|
|
```
|
||
|
|
|