Class UpdateJobRequest
Model to update a job.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class UpdateJobRequest
Properties
RetainUntil
The reatin until timestamp.
Declaration
[JsonPropertyName("retainUntil")]
public DateTime? RetainUntil { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
State
The job state.
Declaration
[JsonPropertyName("state")]
public JobState? State { get; set; }
Property Value
| Type | Description |
|---|---|
| JobState? |