Show / Hide Table of Contents

Class ApiResponseTemplate<DataType>

API response

Inheritance
Object
ApiResponseTemplate<DataType>
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 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
In This Article
Back to top Generated by DocFX