Back to Kitura

SwaggerDocument

docs/docsets/Kitura.docset/Contents/Resources/Documents/Structs/SwaggerDocument.html

3.0.1763 B
Original Source

SwaggerDocument

public struct SwaggerDocument : Encodable

Undocumented

`

                init(title:description:version:)
                `

Undocumented

Declaration

Swift

public init(title: String = "Kitura Project",
            description: String = "Generated by Kitura",
            version: String = "1.0")

`

                processedTypes
                `

Gets a set of the types that have completed processing.

Declaration

Swift

public var processedTypes: Set<TypeInfo> { get }

`

                unprocessedTypes
                `

Gets a set of the types that have yet to be processed.

Declaration

Swift

public var unprocessedTypes: Set<TypeInfo> { get }