Class WebhookTaskInfo
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
public class WebhookTaskInfo : Object
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 |
---|---|
IEnumerable<Webhook> |
Extension Methods
EnumUtil.MapEnums<From, To>(From)