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
Classification
获取或设置订阅消息类型。
[JsonIgnore]
public int Classification { get; set; }
Property Value
Keyword
获取或设置搜索关键词。
[JsonIgnore]
public string? Keyword { get; set; }
Property Value
Limit
获取或设置分页每页数量。
默认值:50
[JsonIgnore]
public int Limit { get; set; }
Property Value
Page
获取或设置分页页数。
默认值:1
[JsonIgnore]
public int Page { get; set; }
Property Value
TemplateType
获取或设置模板类型。
[JsonIgnore]
public int TemplateType { get; set; }