Table of Contents

Class AppsDataAnalysisQuerySceneDataV1Request

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

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

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

Constructors

AppsDataAnalysisQuerySceneDataV1Request()

public AppsDataAnalysisQuerySceneDataV1Request()

Properties

EndTimestamp

获取或设置结束时间戳。

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

Property Value

long

HostName

获取或设置宿主名称。

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

Property Value

string

StartTimestamp

获取或设置开始时间戳。

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

Property Value

long

VersionType

获取或设置版本类型。

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

Property Value

string