2026-04-10 22:06:39 +08:00
|
|
|
public sealed class BriskSpaceView
|
|
|
|
|
{
|
2026-04-11 01:56:47 +08:00
|
|
|
public string ProjectAccountId;
|
2026-04-10 22:06:39 +08:00
|
|
|
public string PlayerId;
|
|
|
|
|
public string LoginProvider;
|
|
|
|
|
public string LoginUserId;
|
2026-04-11 01:56:47 +08:00
|
|
|
public string Nickname;
|
|
|
|
|
public string AvatarUrl;
|
|
|
|
|
public bool ContentExists;
|
|
|
|
|
public long ContentVersion;
|
|
|
|
|
public string ContentType;
|
|
|
|
|
public long ContentSizeBytes;
|
|
|
|
|
public string ContentChecksum;
|
|
|
|
|
public long LikeCount;
|
|
|
|
|
public long VisitCount;
|
|
|
|
|
public bool LikedByMe;
|
|
|
|
|
public string UpdatedAt;
|
2026-04-10 22:06:39 +08:00
|
|
|
}
|