Class WithLink<DataType>
リンク付きデータ
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class WithLink<DataType>
Type Parameters
| Name | Description |
|---|---|
| DataType | データの型 |
Properties
Data
データ
Declaration
public DataType Data { get; set; }
Property Value
| Type | Description |
|---|---|
| DataType |
Link
リンク
Declaration
public ApiLinksFormat Link { get; set; }
Property Value
| Type | Description |
|---|---|
| ApiLinksFormat |