Doorplate
public struct Doorplate: Decodable
Digital doorplate information.
-
List of people listed to be in this room.
Declaration
Swift
public let people: [Person]
-
The chair this room belongs to.
Declaration
Swift
public let chair: String
-
Possible further information regarding this room.
Declaration
Swift
public let text: String
-
The department this room belongs to.
Declaration
Swift
public let department: String
-
The faculty this room belongs to.
Declaration
Swift
public let faculty: String
-
A room occupant.
See moreDeclaration
Swift
public struct Person
-
Declaration
Swift
public init(from decoder: Decoder) throws
Parameters
decoder