using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCdpAdvertiseCreateResponse. /// public class AlipayMarketingCdpAdvertiseCreateResponse : AopResponse { /// /// 创建广告唯一标识 /// [XmlElement("ad_id")] public string AdId { get; set; } } }