Table of Contents

Class AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Response.Types.Data.Types.Template

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Response.Types.Data.Types.Template
Inheritance
AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Response.Types.Data.Types.Template
Inherited Members

Constructors

Template()

public Template()

Properties

Classification

获取或设置订阅消息类型。

[JsonPropertyName("classification")]
public int Classification { get; set; }

Property Value

int

HostNameList

获取或设置宿主名称列表。

[JsonPropertyName("host_list")]
public string[] HostNameList { get; set; }

Property Value

string[]

KeywordList

获取或设置模版关键字列表。

[JsonPropertyName("keyword_list")]
public string[] KeywordList { get; set; }

Property Value

string[]

OperateTimestamp

获取或设置操作时间戳。

[JsonPropertyName("operating_time")]
public long OperateTimestamp { get; set; }

Property Value

long

RejectReason

获取或设置审核拒绝原因。

[JsonPropertyName("fail_reason")]
public string? RejectReason { get; set; }

Property Value

string

Status

获取或设置审核状态。

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

Property Value

int

Title

获取或设置模版标题。

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string