{
"description": "string",
"filters": [
"string"
],
"headers": {
"<key>": "string"
},
"id": "string",
"isPaused": "boolean",
"properties": {
"<key>": {}
},
"secret": "string",
"webHookUri": "string"
}
Name | Type | Description |
---|---|---|
description | string | String |
filters[] | array of string | |
headers | object |
IDictionary |
headers.<key> | map of string | String |
id | string | String |
isPaused | boolean | Boolean |
properties | object |
IDictionary |
properties.<key> | map of object | Object |
secret | string | String |
webHookUri | string | Uri |
Powered by DapperDox