Table of Contents

Class AppsDataAnalysisQuerySceneDataV1Response.Types.Data.Types.SceneData.Types.SceneUVData

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

Constructors

SceneUVData()

public SceneUVData()

Properties

TimeString

获取或设置时间字符串。

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

Property Value

string

TimeType

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

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

Property Value

int

UV

获取或设置活跃用户数。

[JsonPropertyName("scene_uv")]
public int UV { get; set; }

Property Value

int