Table of Contents

Class AppsDataAnalysisQueryLiveRoomDataV1Response.Types.Data.Types.LiveOverviewData

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

Constructors

LiveOverviewData()

public LiveOverviewData()

Properties

AudienceTimePerUser

获取或设置人均观看时长(单位:秒)。

[JsonPropertyName("per_capita_time")]
public double AudienceTimePerUser { get; set; }

Property Value

double

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

IncreasedFansCount

获取或设置新增粉丝数。

[JsonPropertyName("increased_fans_count")]
public int IncreasedFansCount { get; set; }

Property Value

int

LikeTimes

获取或设置点赞次数。

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

Property Value

int

OnlineUserCount

获取或设置最高在线人数。

[JsonPropertyName("online_user_count")]
public int OnlineUserCount { get; set; }

Property Value

int

ShareTimes

获取或设置分享次数。

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

Property Value

int