Krill SDK
Toggle table of contents
0.0.48
common
Target filter
common
Switch theme
Search in API
Skip to content
Krill SDK
Krill SDK
/
krill.zone.shared.krillapp.executor.webhook
Package-level
declarations
Types
Types
Web
Hook
Out
Meta
Data
Link copied to clipboard
@
Serializable
data
class
WebHookOutMetaData
(
val
name
:
String
=
""
,
val
sources
:
List
<
NodeIdentity
>
=
emptyList()
,
val
url
:
String
=
""
,
val
method
:
HttpMethod
=
HttpMethod.GET
,
val
params
:
List
<
Pair
<
String
,
String
>
>
=
emptyList()
,
val
headers
:
List
<
Pair
<
String
,
String
>
>
=
emptyList()
,
val
snapshot
:
Snapshot
=
Snapshot()
,
val
invocationTriggers
:
List
<
InvocationTrigger
>
=
emptyList()
,
val
nodeAction
:
NodeAction
=
NodeAction.EXECUTE
,
val
error
:
String
=
""
,
val
inputs
:
List
<
NodeIdentity
>
=
emptyList()
)
:
SourceMetaData
Payload for an
OutgoingWebHook
executor node.