Class Tag
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 Tag : ApiResponse
Properties
| Improve this Doc View SourceAddedByUploadedUser
Declaration
[JsonProperty("added_by_uploaded_user")]
public bool? AddedByUploadedUser { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TranslatedName
Declaration
[JsonProperty("translated_name")]
public string TranslatedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |