Table of Contents

Class AppsDataAnalysisQueryVideoDealDataV1Request

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

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

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

Constructors

AppsDataAnalysisQueryVideoDealDataV1Request()

public AppsDataAnalysisQueryVideoDealDataV1Request()

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