DepartmentStatus
public enum DepartmentStatus : String, Codable
extension DepartmentStatus: CustomStringConvertible, CustomDebugStringConvertible
The status of the department.
-
Declaration
Swift
public var description: String { get } -
Declaration
Swift
public var debugDescription: String { get }
Install in Dash
DepartmentStatus Enumeration Reference