Class Myself
Inheritance
System.Object
Myself
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 Myself : ApiResponse
Properties
|
Improve this Doc
View Source
Account
Declaration
[JsonProperty("account")]
public string Account { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsMailAuthorized
Declaration
[JsonProperty("is_mail_authorized")]
public bool IsMailAuthorized { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPremium
Declaration
[JsonProperty("is_premium")]
public bool IsPremium { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MailAddress
Declaration
[JsonProperty("mail_address")]
public string MailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProfileImageUrls
Declaration
[JsonProperty("profile_image_urls")]
public ProfileImageUrls ProfileImageUrls { get; set; }
Property Value
|
Improve this Doc
View Source
RequirePolicyAgreement
Declaration
[JsonProperty("require_policy_agreement")]
public bool RequirePolicyAgreement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
XRestrict
Declaration
[JsonProperty("x_restrict")]
public int XRestrict { get; set; }
Property Value
Type |
Description |
System.Int32 |
|