Table of Contents

Class AppsCapacityQueryAwemeVideoKeywordListV1Request

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

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

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

Constructors

AppsCapacityQueryAwemeVideoKeywordListV1Request()

public AppsCapacityQueryAwemeVideoKeywordListV1Request()

Properties

Limit

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

默认值:10

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

Property Value

int

Page

获取或设置分页页数。

默认值:1

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

Property Value

int