Class DescriptionFragment
モデル説明文を分割した断片
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class DescriptionFragment
Fields
body
内容
Declaration
public string body
Field Value
Type | Description |
---|---|
String |
normalized_body
bodyを整理した内容
url: URLからスキーム部分を取り除いたもの
plain: bodyと同じ
tag: タグから#を取り除いたもの
Declaration
public string normalized_body
Field Value
Type | Description |
---|---|
String |
type
型 (plain, url, tag)
Declaration
public EnumDescriptionFragmentType type
Field Value
Type | Description |
---|---|
EnumDescriptionFragmentType |