Table of Contents

Class WebcastLinkMicQueryRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /linkmic/query 接口的请求。

public class WebcastLinkMicQueryRequest : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
WebcastLinkMicQueryRequest
Implements
ICommonRequest
Inherited Members

Constructors

WebcastLinkMicQueryRequest()

public WebcastLinkMicQueryRequest()

Properties

AppId

获取或设置小玩法的 AppId。如果不指定将使用构造 ByteDanceMicroAppClient 时的 AppId 参数。

[JsonPropertyName("app_id")]
public string? AppId { get; set; }

Property Value

string

RoomId

获取或设置直播间 ID。

[JsonPropertyName("room_id")]
public string RoomId { get; set; }

Property Value

string