Show / Hide Table of Contents

Class Tag

Inheritance
System.Object
ApiResponse
Tag
Inherited Members
ApiResponse.Extends
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 Source

AddedByUploadedUser

Declaration
[JsonProperty("added_by_uploaded_user")]
public bool? AddedByUploadedUser { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Name

Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TranslatedName

Declaration
[JsonProperty("translated_name")]
public string TranslatedName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX