Class JobInputUploadResult
Job input upload result
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class JobInputUploadResult
Properties
Size
Size of the file in bytes
Declaration
[JsonPropertyName("size")]
public long Size { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Token
Token of the temporary file
Declaration
[JsonPropertyName("token")]
public string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |