Table of Contents

Class AppsCapacityQueryAppSubscribeNotificationTemplateV1Response.Types.Data.Types.Template

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

Constructors

Template()

public Template()

Properties

CategoryNameString

获取或设置类目名称字符串(以斜线分隔)。

[JsonPropertyName("category_name")]
public string CategoryNameString { get; set; }

Property Value

string

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[]

MessageId

获取或设置小程序消息模版 ID。

[JsonPropertyName("msg_id")]
public string MessageId { get; set; }

Property Value

string

TemplateId

获取或设置模板 ID。

[JsonPropertyName("template_id")]
public long TemplateId { get; set; }

Property Value

long

Title

获取或设置模版标题。

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

Property Value

string