Skip to content

Commit

Permalink
Add Removable to TicketField (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: russell <[email protected]>
  • Loading branch information
russellshome and russell authored May 7, 2020
1 parent 69a3bab commit bf26104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ZendeskApi_v2/Models/Tickets/TicketField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public class TicketFieldBase
[JsonProperty("system_field_options")]
public IList<FieldOptions> SystemFieldOptions { get; set; }

[JsonProperty("removable")]
public bool Removable { get; set; }

[JsonProperty("agent_description")]
public string AgentDescription { get; set; }

Expand Down

0 comments on commit bf26104

Please sign in to comment.