Show / Hide Table of Contents

Class Job

Inheritance
System.Object
ApiResponse
Job
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 Job : ApiResponse

Properties

| 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

Name

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