Table of Contents

Class AppsCapacityQuerySubscribeNotificationTemplateListV1Request

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

表示 [GET] /apps/v1/capacity/query_subscribe_notification_tpl_list 接口的请求。

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

Constructors

AppsCapacityQuerySubscribeNotificationTemplateListV1Request()

public AppsCapacityQuerySubscribeNotificationTemplateListV1Request()

Properties

CategoryIdList

获取或设置服务类目 ID 列表。

[JsonIgnore]
public IList<int>? CategoryIdList { get; set; }

Property Value

IList<int>

Classification

获取或设置订阅消息类型。

[JsonIgnore]
public int Classification { get; set; }

Property Value

int

Keyword

获取或设置搜索关键词。

[JsonIgnore]
public string? Keyword { get; set; }

Property Value

string

Limit

获取或设置分页每页数量。

默认值:50

[JsonIgnore]
public int Limit { get; set; }

Property Value

int

Page

获取或设置分页页数。

默认值:1

[JsonIgnore]
public int Page { get; set; }

Property Value

int

TemplateType

获取或设置模板类型。

[JsonIgnore]
public int TemplateType { get; set; }

Property Value

int