Skip to content

Commit c076c45

Browse files
author
Greg Pakes
authored
Changed int? to long? (#497)
1 parent 88972ec commit c076c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendeskApi_v2/Models/Sections/Section.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public class Section
5656
public long? UserSegmentId { get; set; }
5757

5858
[JsonProperty("parent_section_id")]
59-
public int? ParentSectionId { get; set; }
59+
public long? ParentSectionId { get; set; }
6060
}
6161
}

0 commit comments

Comments
 (0)