Class WithLink<DataType>
Data with link
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class WithLink<DataType>
Type Parameters
| Name | Description |
|---|---|
| DataType | Data type |
Properties
Data
Data
Declaration
public DataType Data { get; set; }
Property Value
| Type | Description |
|---|---|
| DataType |
Link
Link
Declaration
public ApiLinksFormat Link { get; set; }
Property Value
| Type | Description |
|---|---|
| ApiLinksFormat |