Class WebcastLinkMicQueryResponse.Types.BaseInfo
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class WebcastLinkMicQueryResponse.Types.BaseInfo
- Inheritance
-
WebcastLinkMicQueryResponse.Types.BaseInfo
- Inherited Members
Constructors
BaseInfo()
public BaseInfo()
Properties
FreeCount
获取或设置麦位剩余数量。
[JsonPropertyName("free_count")]
public int FreeCount { get; set; }
Property Value
LinkId
获取或设置连麦 ID。
[JsonPropertyName("link_id")]
public string LinkId { get; set; }
Property Value
TotalCount
获取或设置麦位总数量。
[JsonPropertyName("total_count")]
public int TotalCount { get; set; }