Winify – Rev 66

Subversion Repositories:
Rev:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

namespace Winify.Gotify
{
    public class GotifyMessageExtrasClientDisplay
    {
        [JsonProperty(PropertyName = "contentType")]
        public string ContentType { get; set; }
    }
}