• Articles
  • API Documentation
  • Pixiv.Models
  • Myself
Show / Hide Table of Contents
  • Pixiv
    • PixivClient
  • Pixiv.Clients
    • ApiClient
  • Pixiv.Clients.Auth
    • AuthenticationClient
  • Pixiv.Clients.IO
    • FileClient
  • Pixiv.Clients.V1
    • ApplicationInfoClient
    • IllustClient
    • IllustSeriesClient
    • MangaClient
    • MuteClient
    • NotificationClient
    • NovelClient
    • PPointClient
    • SearchClient
    • SpotlightClient
    • TrendingTagsClient
    • UserClient
    • WalkthroughClient
  • Pixiv.Clients.V1.Illust
    • BookmarkClient
  • Pixiv.Clients.V1.Novel
    • BookmarkClient
  • Pixiv.Clients.V1.Search
    • BookmarkRangesClient
  • Pixiv.Clients.V1.User
    • BookmarksClient
    • BookmarkTagsClient
    • BrowsingHistoryClient
    • FollowClient
    • MeClient
    • ProfileClient
    • WorkspaceClient
  • Pixiv.Clients.V2
    • IllustClient
    • SearchClient
    • UserClient
  • Pixiv.Clients.V2.Illust
    • BookmarkClient
  • Pixiv.Clients.V2.User
    • BrowsingHistoryClient
  • Pixiv.Clients.V2.User.BrowsingHistory
    • IllustClient
  • Pixiv.Enums
    • ContentType
    • IllustType
    • Publicity
    • RankingMode
    • Restrict
    • SearchTarget
    • Sort
  • Pixiv.Exceptions
    • ApiException
    • BadRequestException
    • PixivException
    • UnauthorizedException
  • Pixiv.Extensions
    • EnumExtensions
    • TaskExtension
  • Pixiv.Models
    • Address
    • ApiResponse
    • ApplicationInfo
    • BookmarkDetail
    • BookmarkDetailTag
    • BookmarkRange
    • BookmarkTag
    • BookmarkTagCollection
    • Comment
    • CommentCollection
    • Country
    • CoverImageUrls
    • Credential
    • GainsCollection
    • Illust
    • IllustCollection
    • IllustSeries
    • IllustSeriesCollection
    • IllustSeriesContext
    • IllustSeriesDetail
    • ImageUrls
    • Job
    • LossesCollection
    • MetaPage
    • MetaSinglePage
    • MinifiedUser
    • MuteList
    • Myself
    • NotificationSettings
    • NotificationType
    • Novel
    • NovelCollection
    • PointSummary
    • PrivacyPolicy
    • Profile
    • ProfileImageUrls
    • ProfilePresets
    • ProfilePublicity
    • Series
    • SeriesDetail
    • SpotlightArticle
    • SpotlightArticleCollection
    • Tag
    • TrendTag
    • User
    • UserCollection
    • UserDetail
    • UserPreview
    • UserPreviewCollection
    • UserState
    • Workspace

Class Myself

Inheritance
System.Object
ApiResponse
Myself
Inherited Members
ApiResponse.Extends
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()
Namespace: Pixiv.Models
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
Type Description
ProfileImageUrls
| 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
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Account
    • Id
    • IsMailAuthorized
    • IsPremium
    • MailAddress
    • Name
    • ProfileImageUrls
    • RequirePolicyAgreement
    • XRestrict
Back to top Generated by DocFX