ActionHttpRunAfter

data class ActionHttpRunAfter(val actionName: String, val actionResult: String)

Constructors

Link copied to clipboard
constructor(actionName: String, actionResult: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the precedent HTTP Action.

Link copied to clipboard

Specifies the expected result of the precedent HTTP Action, only after which the current HTTP Action will be triggered. Possible values include Succeeded, Failed, Skipped and TimedOut.