Notification
fun Notification( @Json(name = "associatedRule") associatedRule: ReportingDescriptorReference? = null, @Json(name = "descriptor") descriptor: ReportingDescriptorReference? = null, @Json(name = "exception") exception: Exception? = null, @Json(name = "level") level: Level? = null, @Json(name = "locations") locations: List<Location>? = null, @Json(name = "message") message: Message, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "threadId") threadID: Int? = null, @Json(name = "timeUtc") timeUTC: String? = null)
Content copied to clipboard