using System.Collections.Generic;
using Newtonsoft.Json;
using Alipay.AopSdk.Core.Domain;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayOpenPublicLifeLabelBatchqueryResponse.
///
public class AlipayOpenPublicLifeLabelBatchqueryResponse : AopResponse
{
///
/// 标签列表
///
[JsonProperty("labels")]
public List Labels { get; set; }
}
}