InvocationType
public enum InvocationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case event = "Event" -
Undocumented
Declaration
Swift
case requestresponse = "RequestResponse" -
Undocumented
Declaration
Swift
case dryrun = "DryRun" -
Declaration
Swift
public var description: String { get }
View on GitHub
InvocationType Enumeration Reference