Show / Hide Table of Contents

Class StaffPicksCharacterModel

Character models on VRoid Hub Highlights

Inheritance
Object
StaffPicksCharacterModel
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 StaffPicksCharacterModel

Fields

character_model

Character model

Declaration
public CharacterModel character_model
Field Value
Type Description
CharacterModel

created_at

Creation date

Declaration
public string created_at
Field Value
Type Description
String

Methods

PickupAt()

Get date featured in Highlights

Declaration
public DateTime? PickupAt()
Returns
Type Description
Nullable<DateTime>

Date featured in Highlights

In This Article
Back to top Generated by DocFX