We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09631f commit 922a16aCopy full SHA for 922a16a
src/SocketLabs.EventWebhooks.Extensions/Models/Events/WebhookEventBase.cs
@@ -20,8 +20,8 @@ public abstract class WebhookEventBase
20
public string? MessageId { get; set; }
21
public string? Address { get; set; }
22
public int ServerId { get; set; }
23
- public int SubaccountId { get; set; }
24
- public int IpPoolId { get; set; }
+ public int? SubaccountId { get; set; }
+ public int? IpPoolId { get; set; }
25
public string? SecretKey { get; set; }
26
public Data? Data { get; set; }
27
public string? WebhookEndpointName { get; set; }
0 commit comments