using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hermes { class OVHQueryBody { public string charset { get; set; } public string[] receivers { get; set; } public string message { get; set; } public string priority { get; set; } public bool senderForResponse { get; set; } /*public bool noStopClause { get; set; }*/ } }