Table of Contents

Class AppsDataAnalysisQueryRetentionDataV1Response.Types.Data.Types.RetentionData

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

Constructors

RetentionData()

public RetentionData()

Properties

ActiveUserCount

获取或设置活跃用户数。

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

Property Value

int

RetentionRateList

获取或设置留存率列表。

[JsonPropertyName("retention_rate_list")]
public AppsDataAnalysisQueryRetentionDataV1Response.Types.Data.Types.RetentionData.Types.RetentionRate[] RetentionRateList { get; set; }

Property Value

RetentionRate[]

TimeString

获取或设置时间字符串。

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

Property Value

string