NodeType
public enum NodeType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case crawler = "CRAWLER" -
Undocumented
Declaration
Swift
case job = "JOB" -
Undocumented
Declaration
Swift
case trigger = "TRIGGER" -
Declaration
Swift
public var description: String { get }
View on GitHub
NodeType Enumeration Reference