Skip to content

Commit f0c2a43

Browse files
Added missing end_of_stream attribute from ticket export (#518)
1 parent c3a39b1 commit f0c2a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ZendeskApi_v2/Models/Tickets/GroupTicketExportResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ public class GroupTicketExportResponse
3131
[JsonProperty("next_page")]
3232
public string NextPage { get; set; }
3333

34+
[JsonProperty("end_of_stream")]
35+
public bool EndOfStream { get; set; }
36+
3437
[JsonProperty("organizations")]
3538
public IList<Organization> Organizations { get; set; }
3639

0 commit comments

Comments
 (0)