Structure
User
public struct User
Nested Type Aliases
ID
public typealias ID = Identifier<User>
Initializers
init(created:id:username:nationalID:profile:)
public init(created: Date, id: User.ID, username: String?, nationalID: String?, profile: UserProfile)
Properties
created
let created: Date
id
let id: ID
username
let username: String?
profile
let profile: UserProfile