using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayDataDataserviceAdCreativeQueryResponse.
///
public class AlipayDataDataserviceAdCreativeQueryResponse : AopResponse
{
///
/// 创意详情
///
[XmlElement("creative_detail")]
public CreativeDetail CreativeDetail { get; set; }
}
}