Skip to content

Commit 1e42c96

Browse files
committed
chore: nullable meta.trans_pending
1 parent 3bee90c commit 1e42c96

File tree

1 file changed

+1
-1
lines changed
  • src/Pipedrive.net/Models/Common/Webhooks

1 file changed

+1
-1
lines changed

src/Pipedrive.net/Models/Common/Webhooks/Meta.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Meta
4141
public string[] PermittedUserIds { get; set; }
4242

4343
[JsonProperty("trans_pending")]
44-
public bool TransPending { get; set; }
44+
public bool? TransPending { get; set; }
4545

4646
[JsonProperty("is_bulk_update")]
4747
public bool IsBulkUpdate { get; set; }

0 commit comments

Comments
 (0)