Table of Contents

Class AppsDataAnalysisQueryProductDealDataV1Response.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryProductDealDataV1Response.Types.Data
Inheritance
AppsDataAnalysisQueryProductDealDataV1Response.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

ProductDealDataList

获取或设置商品交易分析数据列表。

[JsonPropertyName("deal_data_list")]
public AppsDataAnalysisQueryProductDealDataV1Response.Types.Data.Types.ProductDealData[] ProductDealDataList { get; set; }

Property Value

ProductDealData[]

TotalCount

获取或设置总数量。

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

Property Value

int