UserKey
public struct UserKey : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let id: Int? -
Undocumented
Declaration
Swift
public let title: String? -
Undocumented
Declaration
Swift
public let createdAt: Date? -
Undocumented
Declaration
Swift
public init(id: Int? = nil, title: String? = nil, key: String? = nil, createdAt: Date? = nil)
UserKey Structure Reference