Class AppsCapacityAddAppSubscribeNotificationTemplateV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /apps/v1/capacity/add_app_subscribe_notification_tpl 接口的请求。
public class AppsCapacityAddAppSubscribeNotificationTemplateV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacityAddAppSubscribeNotificationTemplateV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacityAddAppSubscribeNotificationTemplateV1Request()
public AppsCapacityAddAppSubscribeNotificationTemplateV1Request()
Properties
KeywordList
获取或设置模版关键字列表。
[JsonPropertyName("keyword_list")]
public IList<string> KeywordList { get; set; }
Property Value
TemplateId
获取或设置模板 ID。
[JsonPropertyName("template_id")]
public long TemplateId { get; set; }