Skip to content

Commit

Permalink
Added missing end_of_stream attribute from ticket export (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyCrookshank committed May 18, 2021
1 parent c3a39b1 commit f0c2a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ZendeskApi_v2/Models/Tickets/GroupTicketExportResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public class GroupTicketExportResponse
[JsonProperty("next_page")]
public string NextPage { get; set; }

[JsonProperty("end_of_stream")]
public bool EndOfStream { get; set; }

[JsonProperty("organizations")]
public IList<Organization> Organizations { get; set; }

Expand Down

0 comments on commit f0c2a43

Please sign in to comment.