Class IllustSeriesDetail
Inheritance
System.Object
IllustSeriesDetail
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 IllustSeriesDetail : ApiResponse
Properties
|
Improve this Doc
View Source
Caption
Declaration
[JsonProperty("caption")]
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CoverImageUrls
Declaration
[JsonProperty("cover_image_urls")]
public CoverImageUrls CoverImageUrls { get; set; }
Property Value
|
Improve this Doc
View Source
CreateDate
Declaration
[JsonProperty("create_date")]
[JsonConverter(typeof(IsoDateTimeConverter))]
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Height
Declaration
[JsonProperty("height")]
public long Height { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
SeriesWorkCount
Declaration
[JsonProperty("series_work_count")]
public long SeriesWorkCount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
User
Declaration
[JsonProperty("user")]
public MinifiedUser User { get; set; }
Property Value
|
Improve this Doc
View Source
Width
Declaration
[JsonProperty("width")]
public long Width { get; set; }
Property Value
Type |
Description |
System.Int64 |
|