Class JobArtifact
A job artifact.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class JobArtifact
Properties
Path
The relative path of the file.
Declaration
[JsonPropertyName("path")]
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Src
The absolute URL path.
Declaration
[JsonPropertyName("src")]
public string Src { get; set; }
Property Value
| Type | Description |
|---|---|
| string |