@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-11T00:56:28.222220Z[Etc/UTC]", comments="Generator version: 7.10.0") public class ServerVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue |
String |
description |
HashSet<String> |
enumValues |
| Constructor and Description |
|---|
ServerVariable(String description,
String defaultValue,
HashSet<String> enumValues) |
public ServerVariable(String description, String defaultValue, HashSet<String> enumValues)
description - A description for the server variable.defaultValue - The default value to use for substitution.enumValues - An enumeration of string values to be used if the substitution options are from a limited set.Copyright © 2024. All rights reserved.