Skip to content

Commit

Permalink
Changed int? to long? (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Pakes authored Jan 20, 2021
1 parent 88972ec commit c076c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZendeskApi_v2/Models/Sections/Section.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public class Section
public long? UserSegmentId { get; set; }

[JsonProperty("parent_section_id")]
public int? ParentSectionId { get; set; }
public long? ParentSectionId { get; set; }
}
}

0 comments on commit c076c45

Please sign in to comment.