Table of Contents

Class AppsDataAnalysisQuerySceneDataV1Response.Types.Data.Types.SceneData.Types.ScenePVData

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

Constructors

ScenePVData()

public ScenePVData()

Properties

PV

获取或设置访问次数。

[JsonPropertyName("scene_pv")]
public int PV { 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