using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// TmcAuthGetResponse. /// public class TmcAuthGetResponse : TopResponse { /// /// result /// [XmlElement("result")] public string Result { get; set; } } }