Class TrendTag
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 TrendTag : ApiResponse
Properties
| Improve this Doc View SourceIllust
Declaration
[JsonProperty("illust")]
public Illust Illust { get; set; }
Property Value
Type | Description |
---|---|
Illust |
Tag
Declaration
[JsonProperty("tag")]
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System. |
TranslatedName
Declaration
[JsonProperty("translated_name")]
public string TranslatedName { get; set; }
Property Value
Type | Description |
---|---|
System. |