This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Specifies operation-specific settings for generating client code.
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Containing Type
- GeneratorSettings
Syntax
public GeneratorSettings WithSettings(ClientGeneratorBaseSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Client |
The NSwag settings to use |
Return Value
Type | Description |
---|---|
GeneratorSettings | Updated settings object |