Class WebcastLiveDataTaskStopRequest
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /live_data/task/stop 接口的请求。
public class WebcastLiveDataTaskStopRequest : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
WebcastLiveDataTaskStopRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
WebcastLiveDataTaskStopRequest()
public WebcastLiveDataTaskStopRequest()
Properties
AppId
获取或设置小玩法的 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。
[JsonPropertyName("appid")]
public string? AppId { get; set; }
Property Value
MessageType
获取或设置直播间消息类型。
[JsonPropertyName("msg_type")]
public string? MessageType { get; set; }
Property Value
RoomId
获取或设置直播间 ID。
[JsonPropertyName("roomid")]
public string RoomId { get; set; }