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 6aa9e74 commit b98210dCopy full SHA for b98210d
1 file changed
src/ZendeskApi_v2/Models/Tickets/Ticket.cs
@@ -131,5 +131,11 @@ public class Ticket : BaseTicket
131
/// </summary>
132
[JsonProperty("incident_count")]
133
public int? IncidentCount { get; set; }
134
+
135
+ /// <summary>
136
+ /// Any follow-up tickets to this ticket.
137
+ /// </summary>
138
+ [JsonProperty("followup_ids")]
139
+ public IList<long> FollowUpIds { get; set; }
140
}
141
0 commit comments