Class DownloadLicense
License data for downloading model from VRoid Hub
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class DownloadLicense
Fields
character_model_id
Character model ID
Declaration
public string character_model_id
Field Value
Type | Description |
---|---|
String |
character_model_version_id
Character model version ID
Declaration
public string character_model_version_id
Field Value
Type | Description |
---|---|
String |
expires_at
Download license expiry
Declaration
public string expires_at
Field Value
Type | Description |
---|---|
String |
id
Download license ID
Declaration
public string id
Field Value
Type | Description |
---|---|
String |
Properties
FileName
Get license file name
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
String | File name to be saved |
Methods
ExpiresAtDateTime()
Get download license expiry time
Declaration
public DateTime ExpiresAtDateTime()
Returns
Type | Description |
---|---|
DateTime | Expiry time |
IsExpired()
Determine if download license has already expired
Declaration
public bool IsExpired()
Returns
Type | Description |
---|---|
Boolean | Download license is expired or not |