Class OauthApplication
OAuth連携アプリケーション
Inherited Members
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class OauthApplication
Fields
age_limit
年齢制限
Declaration
public AgeLimit age_limit
Field Value
Type | Description |
---|---|
AgeLimit |
description
アプリケーションの説明
Declaration
public string description
Field Value
Type | Description |
---|---|
String |
description_fragments
アプリケーションの説明を分割した情報
Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type | Description |
---|---|
List<DescriptionFragment> |
icon
アプリケーションのアイコン
Declaration
public ApplicationIcon icon
Field Value
Type | Description |
---|---|
ApplicationIcon |
id
アプリケーションのID
Declaration
public string id
Field Value
Type | Description |
---|---|
String |
name
アプリケーションの名前
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
primary_eyecatch_image
アイキャッチ画像
Declaration
public EyecatchImage primary_eyecatch_image
Field Value
Type | Description |
---|---|
EyecatchImage |
web_site
アプリケーションのweb site
Declaration
public string web_site
Field Value
Type | Description |
---|---|
String |