Class JobInputFileInfo
Job input file information
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class JobInputFileInfo
Properties
Name
Name of the uploaded file
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Token
Token of the uploaded file
Declaration
[JsonPropertyName("token")]
public string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |