Search Results for

    Show / Hide Table of Contents

    Class UpdateJobRequest

    Model to update a job.

    Inheritance
    object
    UpdateJobRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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?
    In this article
    Back to top Version 6.1.0.31rc