Class WebcastLinkMicQueryResponse
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /linkmic/query 接口的响应。
public class WebcastLinkMicQueryResponse : ByteDanceMicroAppResponse, ICommonResponse
- Inheritance
-
WebcastLinkMicQueryResponse
- Implements
-
ICommonResponse
- Inherited Members
Constructors
WebcastLinkMicQueryResponse()
public WebcastLinkMicQueryResponse()
Properties
BaseInfo
获取或设置麦位基本信息。
[JsonPropertyName("base_info")]
public WebcastLinkMicQueryResponse.Types.BaseInfo BaseInfo { get; set; }
Property Value
ErrorCode
获取字节小程序 API 返回的详细错误号。
[JsonPropertyName("errcode")]
public override long ErrorCode { get; set; }
Property Value
ErrorMessage
获取字节小程序 API 返回的错误描述。
[JsonPropertyName("errmsg")]
public override string? ErrorMessage { get; set; }
Property Value
UserList
获取或设置麦位用户列表。
[JsonPropertyName("user_list")]
public WebcastLinkMicQueryResponse.Types.User[] UserList { get; set; }
Property Value
- User[]