Incident

constructor(id: String, type: Incident.Type? = null, closed: Boolean? = null, congestion: Congestion? = null, description: String? = null, longDescription: String? = null, impact: Incident.Impact? = null, subType: String? = null, subTypeDescription: String? = null, alertcCodes: List<Int>? = null, geometryIndexStart: Int? = null, geometryIndexEnd: Int? = null, creationTime: String? = null, startTime: String? = null, endTime: String? = null)