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.
2 parents b09631f + 922a16a commit 40d42e6Copy full SHA for 40d42e6
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