Class AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data
- Inheritance
-
AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data
- Inherited Members
Constructors
Data()
public Data()
Properties
LiveDataList
获取或设置直播数据列表。
[JsonPropertyName("live_data_list")]
public AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data.Types.LiveData[] LiveDataList { get; set; }
Property Value
- LiveData[]
LiveOverviewData
获取或设置直播总览数据信息。
[JsonPropertyName("live_data_overview")]
public AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data.Types.LiveOverviewData LiveOverviewData { get; set; }