Class Workspace
Inheritance
System.Object
Workspace
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 Workspace : ApiResponse
Properties
|
Improve this Doc
View Source
Chair
Declaration
[JsonProperty("chair")]
public string Chair { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[JsonProperty("comment")]
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Desk
Declaration
[JsonProperty("desk")]
public string Desk { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Desktop
Declaration
[JsonProperty("desktop")]
public string Desktop { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Monitor
Declaration
[JsonProperty("monitor")]
public string Monitor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Mouse
Declaration
[JsonProperty("mouse")]
public string Mouse { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Music
Declaration
[JsonProperty("music")]
public string Music { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Pc
Declaration
[JsonProperty("pc")]
public string Pc { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Printer
Declaration
[JsonProperty("printer")]
public string Printer { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Scanner
Declaration
[JsonProperty("scanner")]
public string Scanner { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Tablet
Declaration
[JsonProperty("tablet")]
public string Tablet { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[JsonProperty("tool")]
public string Tool { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorkspaceImageUrl
Declaration
[JsonProperty("workspace_image_url")]
public Uri WorkspaceImageUrl { get; set; }
Property Value
Type |
Description |
System.Uri |
|