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