Table of Contents

Class PromotionSearchActivitiesResponse.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
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

Promotion[]

TotalCount

获取或设置总数量。

[JsonPropertyName("total")]
public int TotalCount { get; set; }

Property Value

int