Table of Contents

Class AppsCapacityQueryAwemeUserBindListV1Response.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryAwemeUserBindListV1Response.Types.Data
Inheritance
AppsCapacityQueryAwemeUserBindListV1Response.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

TotalCount

获取或设置总数量。

[JsonPropertyName("total_count")]
public int TotalCount { get; set; }

Property Value

int

UserList

获取或设置绑定抖音号列表。

[JsonPropertyName("list")]
public AppsCapacityQueryAwemeUserBindListV1Response.Types.Data.Types.User[] UserList { get; set; }

Property Value

User[]