Struct ApiResponseTemplate<T>
VRoid HubApi のレスポンスをラッピングした構造体
Inherited Members
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct ApiResponseTemplate<T>
Type Parameters
Name | Description |
---|---|
T | レスポンスの型 |
Fields
_links
次へのリンク
Declaration
public ApiLinksFormat _links
Field Value
Type | Description |
---|---|
ApiLinksFormat |
data
レスポンスのデータ本体
Declaration
public T data
Field Value
Type | Description |
---|---|
T |
error
エラーが発生した時のエラー情報
Declaration
public ApiErrorFormat error
Field Value
Type | Description |
---|---|
ApiErrorFormat |
rand
ランダムな文字列
Declaration
public string rand
Field Value
Type | Description |
---|---|
String |