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; } } }