StatusCodesBasedTriggerResponse

data class StatusCodesBasedTriggerResponse(val count: Int? = null, val path: String? = null, val status: Int? = null, val subStatus: Int? = null, val timeInterval: String? = null, val win32Status: Int? = null)

Trigger based on status code.

Constructors

Link copied to clipboard
constructor(count: Int? = null, path: String? = null, status: Int? = null, subStatus: Int? = null, timeInterval: String? = null, win32Status: Int? = 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

Request Path

Link copied to clipboard
val status: Int? = null

HTTP status code.

Link copied to clipboard
val subStatus: Int? = null

Request Sub Status.

Link copied to clipboard
val timeInterval: String? = null

Time interval.

Link copied to clipboard
val win32Status: Int? = null

Win32 error code.