Table of Contents

Class AppsDataAnalysisQueryDealOverviewDataV1Response.Types.Data

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

Constructors

Data()

public Data()

Properties

DealDataList

获取或设置交易分析每日数据列表。

[JsonPropertyName("deal_data_list")]
public AppsDataAnalysisQueryDealOverviewDataV1Response.Types.Data.Types.DealData[] DealDataList { get; set; }

Property Value

DealData[]

DealOverviewData

获取或设置交易分析总览数据信息。

[JsonPropertyName("deal_overview_data")]
public AppsDataAnalysisQueryDealOverviewDataV1Response.Types.Data.Types.DealOverviewData DealOverviewData { get; set; }

Property Value

AppsDataAnalysisQueryDealOverviewDataV1Response.Types.Data.Types.DealOverviewData