Class ApiResponseTemplate<DataType>
API response
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class ApiResponseTemplate<DataType>
Type Parameters
Name | Description |
---|---|
DataType | API response type |
Fields
_links
Link
Declaration
public ApiLinksFormat _links
Field Value
Type | Description |
---|---|
ApiLinksFormat |
data
Data
Declaration
public DataType data
Field Value
Type | Description |
---|---|
DataType |
error
Error
Declaration
public ApiErrorFormat error
Field Value
Type | Description |
---|---|
ApiErrorFormat |
rand
Random string
Declaration
public string rand
Field Value
Type | Description |
---|---|
String |