using System.Collections.Generic; using Newtonsoft.Json; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// /// AlipayZdataassetsMetadataResponse. /// public class AlipayZdataassetsMetadataResponse : AopResponse { /// /// 用户标签集合 /// [JsonProperty("result")] public List Result { get; set; } } }