Show / Hide Table of Contents

Class UserDetail

ユーザの詳細情報

Inheritance
Object
UserDetail
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class UserDetail

Fields

description

プロフィール情報

Declaration
public string description
Field Value
Type Description
String

description_fragments

プロフィールを分割した情報

Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type Description
List<DescriptionFragment>

user

紐づくユーザ情報

Declaration
public User user
Field Value
Type Description
User
In This Article
Back to top Generated by DocFX