We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bee90c commit 1e42c96Copy full SHA for 1e42c96
src/Pipedrive.net/Models/Common/Webhooks/Meta.cs
@@ -41,7 +41,7 @@ public class Meta
41
public string[] PermittedUserIds { get; set; }
42
43
[JsonProperty("trans_pending")]
44
- public bool TransPending { get; set; }
+ public bool? TransPending { get; set; }
45
46
[JsonProperty("is_bulk_update")]
47
public bool IsBulkUpdate { get; set; }
0 commit comments