Class IllustCollection
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()
Namespace: Pixiv.Models
Assembly: Pixiv.Net.dll
Syntax
public class IllustCollection : ApiResponse
Properties
| Improve this Doc View SourceIllusts
Declaration
[JsonProperty("illusts")]
public IEnumerable<Illust> Illusts { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsContestExists
Declaration
[JsonProperty("contest_exists")]
public bool? IsContestExists { get; set; }
Property Value
Type | Description |
---|---|
System. |
NextUrl
Declaration
[JsonProperty("next_url")]
public Uri NextUrl { get; set; }
Property Value
Type | Description |
---|---|
System. |
PrivacyPolicy
Declaration
[JsonProperty("privacy_policy")]
public PrivacyPolicy PrivacyPolicy { get; set; }
Property Value
Type | Description |
---|---|
Privacy |
RankingIllusts
Declaration
[JsonProperty("ranking_illusts")]
public IEnumerable<Illust> RankingIllusts { get; set; }
Property Value
Type | Description |
---|---|
System. |
SearchSpanLimit
Declaration
[JsonProperty("search_span_limit")]
public long? SearchSpanLimit { get; set; }
Property Value
Type | Description |
---|---|
System. |