Class PromotionSearchActivitiesResponse.Types.Data
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class PromotionSearchActivitiesResponse.Types.Data
- Inheritance
-
PromotionSearchActivitiesResponse.Types.Data
- Inherited Members
Constructors
Data()
public Data()
Properties
PromotionList
获取或设置促销列表。
[JsonPropertyName("promotion_list")]
public PromotionSearchActivitiesResponse.Types.Data.Types.Promotion[] PromotionList { get; set; }
Property Value
TotalCount
获取或设置总数量。
[JsonPropertyName("total")]
public int TotalCount { get; set; }