Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pipedrive.net/Models/Common/Option.cs
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
{
public class Option
{
public string Id { get; set; }
public int Id { get; set; }

public string Label { get; set; }
}

0 comments on commit 9af6994

Please sign in to comment.