Table of Contents

Class CommentOpenGetResponse.Types.Data.Types.Comment.Types.User

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

Constructors

User()

public User()

Properties

AvatarUrl

获取或设置用户头像 URL。

[JsonPropertyName("avatar_url")]
public string? AvatarUrl { get; set; }

Property Value

string

IsAnonymous

获取或设置是否匿名。

[JsonPropertyName("is_anonymous")]
public bool IsAnonymous { get; set; }

Property Value

bool

SecretName

获取或设置脱敏用户名。

[JsonPropertyName("scree_name")]
public string? SecretName { get; set; }

Property Value

string