DocumentationPartType
public enum DocumentationPartType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case api = "API" -
Undocumented
Declaration
Swift
case authorizer = "AUTHORIZER" -
Undocumented
Declaration
Swift
case model = "MODEL" -
Undocumented
Declaration
Swift
case resource = "RESOURCE" -
Undocumented
Declaration
Swift
case method = "METHOD" -
Undocumented
Declaration
Swift
case pathParameter = "PATH_PARAMETER" -
Undocumented
Declaration
Swift
case queryParameter = "QUERY_PARAMETER" -
Undocumented
Declaration
Swift
case requestHeader = "REQUEST_HEADER" -
Undocumented
Declaration
Swift
case requestBody = "REQUEST_BODY" -
Undocumented
Declaration
Swift
case response = "RESPONSE" -
Undocumented
Declaration
Swift
case responseHeader = "RESPONSE_HEADER" -
Undocumented
Declaration
Swift
case responseBody = "RESPONSE_BODY" -
Declaration
Swift
public var description: String { get }
View on GitHub
DocumentationPartType Enumeration Reference