using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// AlipayZdataassetsMetadataResponse. /// public class AlipayZdataassetsMetadataResponse : AopResponse { /// /// 用户标签集合 /// [XmlArray("result")] [XmlArrayItem("customer_entity")] public List Result { get; set; } } }