Winify – Blame information for rev 66

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Threading.Tasks;
6 using Newtonsoft.Json;
7  
8 namespace Winify.Gotify
9 {
10 public class GotifyMessageExtrasClientDisplay
11 {
12 [JsonProperty(PropertyName = "contentType")]
13 public string ContentType { get; set; }
14 }
15 }