Class WebhookTaskInfo
Inherited Members
Namespace: SuperOfficeCRMWebhooks
Assembly: SoDataBase.dll
Syntax
public class WebhookTaskInfo
Constructors
WebhookTaskInfo()
Declaration
public WebhookTaskInfo()
Properties
accessToken
Declaration
public string accessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
eventInfo
Declaration
public WebhookPayload eventInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| WebhookPayload |
webhooks
Declaration
public IEnumerable<Webhook> webhooks { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerableWebhook |