TriggerType
public enum TriggerType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case scheduled = "SCHEDULED" -
Undocumented
Declaration
Swift
case conditional = "CONDITIONAL" -
Undocumented
Declaration
Swift
case onDemand = "ON_DEMAND" -
Declaration
Swift
public var description: String { get }
View on GitHub
TriggerType Enumeration Reference