Web Hook Activity Response
data class WebHookActivityResponse(val authentication: WebActivityAuthenticationResponse? = null, val body: Any? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val headers: Any? = null, val method: String, val name: String, val reportStatusOnCallBack: Any? = null, val timeout: String? = null, val type: String, val url: Any, val userProperties: List<UserPropertyResponse>? = null)
WebHook activity.
Constructors
Link copied to clipboard
fun WebHookActivityResponse(authentication: WebActivityAuthenticationResponse? = null, body: Any? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, headers: Any? = null, method: String, name: String, reportStatusOnCallBack: Any? = null, timeout: String? = null, type: String, url: Any, userProperties: List<UserPropertyResponse>? = null)