Table of Contents

Class AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data.Types.LiveData

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data.Types.LiveData
Inheritance
AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data.Types.LiveData
Inherited Members

Constructors

LiveData()

public LiveData()

Properties

CommentCount

获取或设置评论数。

[JsonPropertyName("comment_count")]
public int CommentCount { get; set; }

Property Value

int

CumulativeAudienceCount

获取或设置累计观看人数。

[JsonPropertyName("cumulative_audience_count")]
public int CumulativeAudienceCount { get; set; }

Property Value

int

LikeTimes

获取或设置点赞次数。

[JsonPropertyName("like_times")]
public int LikeTimes { get; set; }

Property Value

int

ShareTimes

获取或设置分享次数。

[JsonPropertyName("share_count")]
public int ShareTimes { get; set; }

Property Value

int

TimeString

获取或设置时间字符串。

[JsonPropertyName("time")]
public string TimeString { get; set; }

Property Value

string