Class AppsDataAnalysisQueryLiveRoomV1Response.Types.Data
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryLiveRoomV1Response.Types.Data
- Inheritance
-
AppsDataAnalysisQueryLiveRoomV1Response.Types.Data
- Inherited Members
Constructors
Data()
public Data()
Properties
CurrentLiveRoomList
获取或设置当前直播间列表。
[JsonPropertyName("current_live_room")]
public AppsDataAnalysisQueryLiveRoomV1Response.Types.Data.Types.LiveRoom[] CurrentLiveRoomList { get; set; }
Property Value
- LiveRoom[]
HistoryLiveRoomList
获取或设置历史直播间列表。
[JsonPropertyName("history_live_room")]
public AppsDataAnalysisQueryLiveRoomV1Response.Types.Data.Types.LiveRoom[] HistoryLiveRoomList { get; set; }
Property Value
- LiveRoom[]