Globals / Server
- Server
+ new Server(url
: string, desc?
: string): Server
Defined in node_modules/openapi3-ts/dist/model/Server.d.ts:7
Name | Type |
---|---|
url |
string |
desc? |
string |
Returns: Server
• Optional
description: string
Implementation of ServerObject.description
Defined in node_modules/openapi3-ts/dist/model/Server.d.ts:4
• url: string
Implementation of ServerObject.url
Defined in node_modules/openapi3-ts/dist/model/Server.d.ts:3
• variables: { [v:string]: ServerVariable; }
Implementation of ServerObject.variables
Defined in node_modules/openapi3-ts/dist/model/Server.d.ts:5
▸ addVariable(name
: string, variable
: ServerVariable): void
Defined in node_modules/openapi3-ts/dist/model/Server.d.ts:9
Name | Type |
---|---|
name |
string |
variable |
ServerVariable |
Returns: void