Table of Contents

Class AppsCapacityQueryCapcutTemplateListV1Request

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

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

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

Constructors

AppsCapacityQueryCapcutTemplateListV1Request()

public AppsCapacityQueryCapcutTemplateListV1Request()

Properties

Limit

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

默认值:10

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

Property Value

int

Page

获取或设置分页页数。

默认值:1

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

Property Value

int