We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2207f3a commit 249f5aaCopy full SHA for 249f5aa
src/Pipedrive.net/Models/Common/Webhooks/Meta.cs
@@ -22,10 +22,10 @@ public class Meta
22
public long Id { get; set; }
23
24
[JsonProperty("company_id")]
25
- public long CompanyId { get; set; }
+ public long? CompanyId { get; set; }
26
27
[JsonProperty("user_id")]
28
- public long UserId { get; set; }
+ public long? UserId { get; set; }
29
30
[JsonProperty("host")]
31
public string Host { get; set; }
0 commit comments