Class AppsCapacityCreateAppSubscribeNotificationTemplateV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/v1/capacity/create_subscribe_notification_tpl 接口的请求。
public class AppsCapacityCreateAppSubscribeNotificationTemplateV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacityCreateAppSubscribeNotificationTemplateV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacityCreateAppSubscribeNotificationTemplateV1Request()
public AppsCapacityCreateAppSubscribeNotificationTemplateV1Request()
Properties
CategoryIdString
获取或设置类目 ID 字符串(以逗号分隔)。
[JsonPropertyName("category_ids")]
public string CategoryIdString { get; set; }
Property Value
Classification
获取或设置订阅消息类型。
[JsonPropertyName("classification")]
public int Classification { get; set; }
Property Value
HostNameList
获取或设置宿主名称列表。
[JsonPropertyName("host_list")]
public IList<string> HostNameList { get; set; }
Property Value
KeywordList
获取或设置模版关键字列表。
[JsonPropertyName("keyword_list")]
public IList<string> KeywordList { get; set; }
Property Value
Title
获取或设置模版标题。
[JsonPropertyName("title")]
public string Title { get; set; }