Table of Contents

Class AppsDataAnalysisQueryBehaviorDataV1Response.Types.Data.Types.BehaviorData

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

Constructors

BehaviorData()

public BehaviorData()

Properties

ActiveUserCount

获取或设置活跃用户数。

[JsonPropertyName("active_user_num")]
public int ActiveUserCount { get; set; }

Property Value

int

AverageStayTime

获取或设置次均停留时长(单位:毫秒)。

[JsonPropertyName("avg_stay_time")]
public double AverageStayTime { get; set; }

Property Value

double

NewUserCount

获取或设置新增用户数。

[JsonPropertyName("new_user_num")]
public int NewUserCount { get; set; }

Property Value

int

OpenTimes

获取或设置打开次数。

[JsonPropertyName("open_time")]
public int OpenTimes { get; set; }

Property Value

int

OpenTimesPerUser

获取或设置人均打开次数。

[JsonPropertyName("per_user_open_time")]
public double OpenTimesPerUser { get; set; }

Property Value

double

ShareTimes

获取或设置分享次数。

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

Property Value

int

StayTimePerUser

获取或设置人均停留时长(单位:毫秒)。

[JsonPropertyName("per_user_stay_time")]
public double StayTimePerUser { get; set; }

Property Value

double

TimeString

获取或设置时间字符串。

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

Property Value

string

TimeType

获取或设置时间格式类型。

[JsonPropertyName("time_type")]
public int TimeType { get; set; }

Property Value

int

TotalUserCount

获取或设置累计用户数。

[JsonPropertyName("total_user_num")]
public int TotalUserCount { get; set; }

Property Value

int