Slow Requests Based Trigger Response
    data class SlowRequestsBasedTriggerResponse(val count: Int? = null, val path: String? = null, val timeInterval: String? = null, val timeTaken: String? = null)
Trigger based on request execution time.
Constructors
Link copied to clipboard
                fun SlowRequestsBasedTriggerResponse(count: Int? = null, path: String? = null, timeInterval: String? = null, timeTaken: String? = null)