SwaggerGeneratorSettings.

EnumAsString Property

Summary

Gets or sets a value indicating whether to represent enums as strings
Assembly
Cake.NSwag.dll
Namespace
Cake.NSwag.Settings
Containing Type
SwaggerGeneratorSettings

Syntax

public bool EnumAsString { get; set; }

Value

Type Description
bool true to represent as strings or false to represent as integers