DeploymentStatus
public enum DeploymentStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pendingUpdate = "PENDING_UPDATE"
-
Undocumented
Declaration
Swift
case inProgress = "IN_PROGRESS"
-
Undocumented
Declaration
Swift
case completed = "COMPLETED"
-
Undocumented
Declaration
Swift
case notEligible = "NOT_ELIGIBLE"
-
Undocumented
Declaration
Swift
case eligible = "ELIGIBLE"
-
Declaration
Swift
public var description: String { get }