We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a39b1 commit f0c2a43Copy full SHA for f0c2a43
src/ZendeskApi_v2/Models/Tickets/GroupTicketExportResponse.cs
@@ -31,6 +31,9 @@ public class GroupTicketExportResponse
31
[JsonProperty("next_page")]
32
public string NextPage { get; set; }
33
34
+ [JsonProperty("end_of_stream")]
35
+ public bool EndOfStream { get; set; }
36
+
37
[JsonProperty("organizations")]
38
public IList<Organization> Organizations { get; set; }
39
0 commit comments