Class AppsDataAnalysisQueryLiveDealDataV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [GET] /apps/v1/data_analysis/query_live_deal_data 接口的请求。
public class AppsDataAnalysisQueryLiveDealDataV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsDataAnalysisQueryLiveDealDataV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsDataAnalysisQueryLiveDealDataV1Request()
public AppsDataAnalysisQueryLiveDealDataV1Request()
Properties
LiveRoomId
获取或设置直播间 ID。
[JsonIgnore]
public long LiveRoomId { get; set; }