using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// JushitaJdpRdsinfoGetResponse. /// public class JushitaJdpRdsinfoGetResponse : TopResponse { /// /// app的rds列表 /// [XmlArray("rds_list")] [XmlArrayItem("rds_config")] public List RdsList { get; set; } } }