Table of Contents

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

int

LinkId

获取或设置连麦 ID。

[JsonPropertyName("link_id")]
public string LinkId { get; set; }

Property Value

string

TotalCount

获取或设置麦位总数量。

[JsonPropertyName("total_count")]
public int TotalCount { get; set; }

Property Value

int