Table of Contents

Class AppsDataAnalysisQueryRetentionDataV1Request

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [GET] /apps/v1/data_analysis/query_retention_data 接口的请求。

public class AppsDataAnalysisQueryRetentionDataV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsDataAnalysisQueryRetentionDataV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsDataAnalysisQueryRetentionDataV1Request()

public AppsDataAnalysisQueryRetentionDataV1Request()

Properties

EndTimestamp

获取或设置结束时间戳。

[JsonIgnore]
public long EndTimestamp { get; set; }

Property Value

long

HostName

获取或设置宿主名称。

[JsonIgnore]
public string? HostName { get; set; }

Property Value

string

OS

获取或设置操作系统。

[JsonIgnore]
public string? OS { get; set; }

Property Value

string

StartTimestamp

获取或设置开始时间戳。

[JsonIgnore]
public long StartTimestamp { get; set; }

Property Value

long

UserType

获取或设置用户类型。

[JsonIgnore]
public string? UserType { get; set; }

Property Value

string

VersionType

获取或设置版本类型。

[JsonIgnore]
public string? VersionType { get; set; }

Property Value

string