Show / Hide Table of Contents

Class OauthApplication

OAuth連携アプリケーション

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