Table of Contents

Enum IntegerType

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Specifies the .NET type to use for OpenAPI integer types without a format specifier

public enum IntegerType

Fields

Int32 = 0

Use System.Int32 (int) for integers without format

Int64 = 1

Use System.Int64 (long) for integers without format