Table of Contents

Class AppsCapacityQueryAppSubscribeNotificationTemplateV1Request

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

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

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

Constructors

AppsCapacityQueryAppSubscribeNotificationTemplateV1Request()

public AppsCapacityQueryAppSubscribeNotificationTemplateV1Request()

Properties

CategoryIdList

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

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

Property Value

IList<int>

Classification

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

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

Property Value

int

Limit

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

默认值:50

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

Property Value

int

Page

获取或设置分页页数。

默认值:1

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

Property Value

int