TargetType
public enum TargetType : String, CaseIterable, Decodable
represents the target of a change as stated in migration guide
-
Undocumented
Declaration
Swift
case property = "Property" -
Undocumented
Declaration
Swift
case signature = "Signature" -
Undocumented
Declaration
Swift
case parameter = "Parameter" -
Undocumented
Declaration
Swift
case contentBody = "Content-Body" -
Undocumented
Declaration
Swift
case returnValue = "ReturnValue" -
Undocumented
Declaration
Swift
case `case` = "Case"
View on GitHub
TargetType Enumeration Reference