using Newtonsoft.Json; namespace MatrixDotNetLib { public class MatrixUserServer { /// /// Gets or sets the server URL /// [JsonProperty("base_url")] public string BaseUrl { get; set; } } }