Class AppsDataAnalysisQueryBehaviorDataV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [GET] /apps/v1/data_analysis/query_behavior_data 接口的请求。
public class AppsDataAnalysisQueryBehaviorDataV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsDataAnalysisQueryBehaviorDataV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsDataAnalysisQueryBehaviorDataV1Request()
public AppsDataAnalysisQueryBehaviorDataV1Request()
Properties
EndTimestamp
获取或设置结束时间戳。
[JsonIgnore]
public long EndTimestamp { get; set; }
Property Value
HostName
获取或设置宿主名称。
[JsonIgnore]
public string? HostName { get; set; }
Property Value
OS
获取或设置操作系统。
[JsonIgnore]
public string? OS { get; set; }
Property Value
StartTimestamp
获取或设置开始时间戳。
[JsonIgnore]
public long StartTimestamp { get; set; }
Property Value
VersionType
获取或设置版本类型。
[JsonIgnore]
public string? VersionType { get; set; }