Winify – Diff between revs 1 and 28

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 28
Line 4... Line 4...
4 { 4 {
5 public class GotifyApplication 5 public class GotifyApplication
6 { 6 {
7 #region Public Enums, Properties and Fields 7 #region Public Enums, Properties and Fields
Line 8... Line 8...
8   8  
9 [JsonProperty(PropertyName = "id")] -  
Line 10... Line 9...
10 public int Id { get; set; } 9 [JsonProperty(PropertyName = "id")] public int Id { get; set; }
11   -  
Line 12... Line 10...
12 [JsonProperty(PropertyName = "token")] 10  
13 public string Token { get; set; } -  
Line 14... Line 11...
14   11 [JsonProperty(PropertyName = "token")] public string Token { get; set; }
15 [JsonProperty(PropertyName = "name")] 12  
Line 16... Line 13...
16 public string Name { get; set; } 13 [JsonProperty(PropertyName = "name")] public string Name { get; set; }
17   14  
Line 18... Line 15...
18 [JsonProperty(PropertyName = "description")] 15 [JsonProperty(PropertyName = "description")]
19 public string Description { get; set; } -  
Line 20... Line 16...
20   16 public string Description { get; set; }
21 [JsonProperty(PropertyName = "internal")] 17  
22 public bool Internal { get; set; } 18 [JsonProperty(PropertyName = "internal")]
23   19 public bool Internal { get; set; }