AutomationExecutionFilterKey
public enum AutomationExecutionFilterKey : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case documentnameprefix = "DocumentNamePrefix" -
Undocumented
Declaration
Swift
case executionstatus = "ExecutionStatus" -
Undocumented
Declaration
Swift
case executionid = "ExecutionId" -
Undocumented
Declaration
Swift
case parentexecutionid = "ParentExecutionId" -
Undocumented
Declaration
Swift
case currentaction = "CurrentAction" -
Undocumented
Declaration
Swift
case starttimebefore = "StartTimeBefore" -
Undocumented
Declaration
Swift
case starttimeafter = "StartTimeAfter" -
Undocumented
Declaration
Swift
case automationtype = "AutomationType" -
Undocumented
Declaration
Swift
case tagkey = "TagKey" -
Declaration
Swift
public var description: String { get }
View on GitHub
AutomationExecutionFilterKey Enumeration Reference