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 GotifyMessageExtras
    {
        [JsonProperty(PropertyName = "client::display")]
        public GotifyMessageExtrasClientDisplay GotifyMessageExtrasClientDisplay { get; set; }
    }
}