Skip to content

Commit

Permalink
chore: nullable meta.trans_pending
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Apr 28, 2021
1 parent 3bee90c commit 1e42c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pipedrive.net/Models/Common/Webhooks/Meta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Meta
public string[] PermittedUserIds { get; set; }

[JsonProperty("trans_pending")]
public bool TransPending { get; set; }
public bool? TransPending { get; set; }

[JsonProperty("is_bulk_update")]
public bool IsBulkUpdate { get; set; }
Expand Down

0 comments on commit 1e42c96

Please sign in to comment.