Class WebhookUpdateAuditLogData
Contains a piece of audit log data related to a webhook update.
public class WebhookUpdateAuditLogData : IAuditLogData- Inheritance
- 
      
      WebhookUpdateAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the webhook information after the changes.
public WebhookInfo After { get; }Property Value
- WebhookInfo
- A webhook information object representing the webhook after the changes were made. 
Before
Gets the webhook information before the changes.
public WebhookInfo Before { get; }Property Value
- WebhookInfo
- A webhook information object representing the webhook before the changes were made. 
Webhook
Gets the webhook that was updated.
public IWebhook Webhook { get; }Property Value
- IWebhook
- A webhook object representing the webhook that was updated.