Table of Contents

Class AppsCapacityModifyAppSubscribeNotificationTemplateV1Request

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /apps/v1/capacity/modify_app_subscribe_notification_tpl 接口的请求。

public class AppsCapacityModifyAppSubscribeNotificationTemplateV1Request : ByteDanceMicroAppRequest, ICommonRequest
Inheritance
AppsCapacityModifyAppSubscribeNotificationTemplateV1Request
Implements
ICommonRequest
Inherited Members

Constructors

AppsCapacityModifyAppSubscribeNotificationTemplateV1Request()

public AppsCapacityModifyAppSubscribeNotificationTemplateV1Request()

Properties

KeywordList

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

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

Property Value

IList<string>

MessageId

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

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

Property Value

string