Table of Contents

Class AppsDataAnalysisQuerySceneDataV1Response.Types.Data.Types.SceneData.Types.SceneOpenPVData

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQuerySceneDataV1Response.Types.Data.Types.SceneData.Types.SceneOpenPVData
Inheritance
AppsDataAnalysisQuerySceneDataV1Response.Types.Data.Types.SceneData.Types.SceneOpenPVData
Inherited Members

Constructors

SceneOpenPVData()

public SceneOpenPVData()

Properties

OpenPV

获取或设置打开次数。

[JsonPropertyName("scene_open_pv")]
public int OpenPV { get; set; }

Property Value

int

TimeString

获取或设置时间字符串。

[JsonPropertyName("time")]
public string TimeString { get; set; }

Property Value

string

TimeType

获取或设置时间格式类型。

[JsonPropertyName("time_type")]
public int TimeType { get; set; }

Property Value

int