StatusCodesRangeBasedTriggerResponse

data class StatusCodesRangeBasedTriggerResponse(val count: Int? = null, val path: String? = null, val statusCodes: String? = null, val timeInterval: String? = null)

Trigger based on range of status codes.

Constructors

Link copied to clipboard
constructor(count: Int? = null, path: String? = null, statusCodes: String? = null, timeInterval: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

Request Count.

Link copied to clipboard
val path: String? = null
Link copied to clipboard
val statusCodes: String? = null

HTTP status code.

Link copied to clipboard
val timeInterval: String? = null

Time interval.