Class ApplicationInfo
Inheritance
System.Object
ApplicationInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pixiv.Net.dll
Syntax
public class ApplicationInfo : ApiResponse
Properties
|
Improve this Doc
View Source
IsNoticeExists
Declaration
[JsonProperty("notice_exists")]
public bool IsNoticeExists { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNoticeImportant
Declaration
[JsonProperty("notice_important")]
public bool IsNoticeImportant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUpdateAvailable
Declaration
[JsonProperty("update_available")]
public bool IsUpdateAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUpdateRequired
Declaration
[JsonProperty("update_required")]
public bool IsUpdateRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LatestVersion
Declaration
[JsonProperty("latest_version")]
public string LatestVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NoticeId
Declaration
[JsonProperty("notice_id")]
public string NoticeId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NoticeMessage
Declaration
[JsonProperty("notice_message")]
public string NoticeMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StoreUrl
Declaration
[JsonProperty("store_url")]
public Uri StoreUrl { get; set; }
Property Value
Type |
Description |
System.Uri |
|
|
Improve this Doc
View Source
UpdateMessage
Declaration
[JsonProperty("update_message")]
public string UpdateMessage { get; set; }
Property Value
Type |
Description |
System.String |
|