Table of Contents

Class AppsDataAnalysisQueryRealTimeUserDataV1Response.Types.Data.Types.BehaviorData

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

Constructors

BehaviorData()

public BehaviorData()

Properties

ActiveUserCount

获取或设置活跃用户数。

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

Property Value

int

OpenTimes

获取或设置打开次数。

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

Property Value

int

TimeString

获取或设置时间字符串。

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

Property Value

string