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