Table of Contents

Class AppsDataAnalysisQueryRetentionDataV1Response.Types.Data.Types.RetentionData.Types.RetentionRate

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

Constructors

RetentionRate()

public RetentionRate()

Properties

Days

获取或设置几天后。

[JsonPropertyName("day")]
public int Days { get; set; }

Property Value

int

Rate

获取或设置留存率(范围:0~1)。

[JsonPropertyName("rate")]
public double Rate { get; set; }

Property Value

double