Show / Hide Table of Contents

Struct ApiLinksFormat

関連のリンク情報

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct ApiLinksFormat
Remarks

GetAccountCharacterModels(Int32, String, Action<List<CharacterModel>, ApiLinksFormat>, Action<ApiErrorFormat>)などでページャ実装(countを任意の数に指定)をした場合に、次のページ内容を取得するのに使う

Examples
 "_links": {
     "next": {
         "href": "/api/account/characters?count=3&max_id=xxxxxxxxxxxxx"
      }
 }

Fields

next

次のページを取得するためのリンク先情報

Declaration
public ApiLink? next
Field Value
Type Description
Nullable<ApiLink>
Back to top Generated by DocFX