Class SpotlightArticleCollection
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 SpotlightArticleCollection : ApiResponse
Properties
| Improve this Doc View SourceNextUrl
Declaration
[JsonProperty("next_url")]
public Uri NextUrl { get; set; }
Property Value
Type | Description |
---|---|
System. |
SpotlightArticles
Declaration
[JsonProperty("spotlight_articles")]
public IEnumerable<SpotlightArticle> SpotlightArticles { get; set; }
Property Value
Type | Description |
---|---|
System. |