Class AppsCapacityQueryAwemeUserBindListV1Response.Types.Data.Types.User
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQueryAwemeUserBindListV1Response.Types.Data.Types.User
- Inheritance
-
AppsCapacityQueryAwemeUserBindListV1Response.Types.Data.Types.User
- Inherited Members
Constructors
User()
public User()
Properties
AccountType
获取或设置账号类型。
[JsonPropertyName("account_type")]
public int AccountType { get; set; }
Property Value
AwemeId
获取或设置抖音号。
[JsonPropertyName("aweme_id")]
public string AwemeId { get; set; }
Property Value
BindStatus
获取或设置绑定状态。
[JsonPropertyName("bind_status")]
public int BindStatus { get; set; }
Property Value
UnbindReason
获取或设置解绑原因。
[JsonPropertyName("unbind_reason")]
public string? UnbindReason { get; set; }
Property Value
UserName
获取或设置抖音号昵称。
[JsonPropertyName("user_name")]
public string UserName { get; set; }