Class AppsCapacityQueryAwemeUserBindListV1Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [GET] /apps/v1/capacity/query_aweme_user_bind_list 接口的请求。
public class AppsCapacityQueryAwemeUserBindListV1Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
AppsCapacityQueryAwemeUserBindListV1Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AppsCapacityQueryAwemeUserBindListV1Request()
public AppsCapacityQueryAwemeUserBindListV1Request()
Properties
BindType
获取或设置绑定类型。
[JsonIgnore]
public string BindType { get; set; }
Property Value
Limit
获取或设置分页每页数量。
默认值:10
[JsonIgnore]
public int Limit { get; set; }
Property Value
Page
获取或设置分页页数。
默认值:1
[JsonIgnore]
public int Page { get; set; }