Skip to main content

SwaggerType

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public static class SwaggerType

Fields

Byte

View Source
Declaration
public const string Byte = "byte"

Boolean

View Source
Declaration
public const string Boolean = "boolean"

Int

View Source
Declaration
public const string Int = "int"

Long

View Source
Declaration
public const string Long = "long"

Float

View Source
Declaration
public const string Float = "float"

Double

View Source
Declaration
public const string Double = "double"

String

View Source
Declaration
public const string String = "string"

Date

View Source
Declaration
public const string Date = "Date"

Array

View Source
Declaration
public const string Array = "Array"