Table of Contents

Class PromotionCreateActivityResponse.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class PromotionCreateActivityResponse.Types.Data
Inheritance
PromotionCreateActivityResponse.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

CreateTimestamp

获取或设置创建时间戳。

[JsonPropertyName("create_time")]
public long CreateTimestamp { get; set; }

Property Value

long

PromotionId

获取或设置促销 ID。

[JsonPropertyName("promotion_id")]
[JsonConverter(typeof(NumericalStringReadOnlyConverter))]
public string PromotionId { get; set; }

Property Value

string

RequestSerialNumber

获取或设置请求序列号。

[JsonPropertyName("request_serial_no")]
public string RequestSerialNumber { get; set; }

Property Value

string

Status

获取或设置活动状态。

[JsonPropertyName("status")]
public int Status { get; set; }

Property Value

int

UpdateTimestamp

获取或设置更新时间戳。

[JsonPropertyName("update_time")]
public long UpdateTimestamp { get; set; }

Property Value

long