Class AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data.Types.Template
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data.Types.Template
- Inheritance
-
AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data.Types.Template
- Inherited Members
Constructors
Template()
public Template()
Properties
CategoryNameString
获取或设置类目名称字符串(以斜线分隔)。
[JsonPropertyName("category_name")]
public string CategoryNameString { get; set; }
Property Value
Classification
获取或设置订阅消息类型。
[JsonPropertyName("classification")]
public int Classification { get; set; }
Property Value
HostNameList
获取或设置宿主名称列表。
[JsonPropertyName("host_list")]
public string[] HostNameList { get; set; }
Property Value
- string[]
KeywordList
获取或设置模版关键字列表。
[JsonPropertyName("keyword_list")]
public string[] KeywordList { get; set; }
Property Value
- string[]
TemplateId
获取或设置模板 ID。
[JsonPropertyName("template_id")]
public long TemplateId { get; set; }
Property Value
Title
获取或设置模版标题。
[JsonPropertyName("title")]
public string Title { get; set; }