Class AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data
- Inheritance
-
AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data
- Inherited Members
Constructors
Data()
public Data()
Properties
VideoDealDataList
获取或设置短视频交易分析每日数据列表。
[JsonPropertyName("video_deal_data_list")]
public AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data.Types.VideoDealData[] VideoDealDataList { get; set; }
Property Value
VideoDealOverviewData
获取或设置短视频交易分析总览数据信息。
[JsonPropertyName("video_deal_overview_data")]
public AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data.Types.VideoDealOverviewData VideoDealOverviewData { get; set; }