AccidentInfo
public struct AccidentInfo : Hashable, Codable
-
Declaration
Swift
public init(type: AccidentType?, workPlaceIdentifier: String? = nil, date: String?)
-
Type of accident
Declaration
Swift
public let type: AccidentType?
-
Place of work
Declaration
Swift
public let workPlaceIdentifier: String?
-
Date of accident
Declaration
Swift
public let date: String?
-
Declaration
Swift
public enum AccidentType : String, Equatable, Codable