Class AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [GET] /apps/v1/capacity/query_created_subscribe_notification_tpl_list 接口的请求。
public class AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Request()
public AppsCapacityQueryCreatedSubscribeNotificationTemplateListV1Request()
Properties
Limit
获取或设置分页每页数量。
默认值:50
[JsonIgnore]
public int Limit { get; set; }
Property Value
Page
获取或设置分页页数。
默认值:1
[JsonIgnore]
public int Page { get; set; }
Property Value
Status
获取或设置审核状态。
[JsonIgnore]
public int? Status { get; set; }
Property Value
- int?