using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// TopIpoutGetResponse.
///
public class TopIpoutGetResponse : TopResponse
{
///
/// TOP网关出口IP列表
///
[XmlElement("ip_list")]
public string IpList { get; set; }
}
}