Skip to content

Commit

Permalink
Added ViaFollowupSourceId to Ticket Model (#304)
Browse files Browse the repository at this point in the history
* Added ViaFollowupSourceId to Ticket Model
Added Unit test

* fixing the build
  • Loading branch information
mozts2005 authored Sep 30, 2017
1 parent 7d53174 commit 4793b82
Show file tree
Hide file tree
Showing 29 changed files with 13 additions and 1,423 deletions.
35 changes: 0 additions & 35 deletions src/ZendeskApi_v2/Models/Categories/Category.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/ZendeskApi_v2/Models/Categories/GroupCategoryResponse.cs

This file was deleted.

11 changes: 0 additions & 11 deletions src/ZendeskApi_v2/Models/Categories/IndividualCategoryResponse.cs

This file was deleted.

54 changes: 0 additions & 54 deletions src/ZendeskApi_v2/Models/Forums/Forum.cs

This file was deleted.

29 changes: 0 additions & 29 deletions src/ZendeskApi_v2/Models/Forums/ForumSubscription.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/ZendeskApi_v2/Models/Forums/GroupForumResponse.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/ZendeskApi_v2/Models/Forums/GroupForumSubcriptionResponse.cs

This file was deleted.

10 changes: 0 additions & 10 deletions src/ZendeskApi_v2/Models/Forums/IndividualForumResponse.cs

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using Newtonsoft.Json;
using ZendeskApi_v2.Models.Categories;

namespace ZendeskApi_v2.Models.Sections
{
public class IndividualSectionResponse
{

[JsonProperty("section")]
public Section Section { get; set; }
}
}
}
18 changes: 0 additions & 18 deletions src/ZendeskApi_v2/Models/Topics/GroupTopicCommentResponse.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/ZendeskApi_v2/Models/Topics/GroupTopicResponse.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/ZendeskApi_v2/Models/Topics/GroupTopicSubscriptionResponse.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/ZendeskApi_v2/Models/Topics/GroupTopicVoteResponse.cs

This file was deleted.

10 changes: 0 additions & 10 deletions src/ZendeskApi_v2/Models/Topics/IndividualTopicCommentResponse.cs

This file was deleted.

10 changes: 0 additions & 10 deletions src/ZendeskApi_v2/Models/Topics/IndividualTopicResponse.cs

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions src/ZendeskApi_v2/Models/Topics/IndividualTopicVoteResponse.cs

This file was deleted.

Loading

0 comments on commit 4793b82

Please sign in to comment.