Historical job attributes.

Hierarchy

  • HistoricalJobResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: string

Time when the job was created.

createdByHandle?: string

The handle of the user who created the job.

createdByName?: string

The name of the user who created the job.

createdFromRuleId?: string

ID of the rule used to create the job (if it is created from a rule).

jobDefinition?: JobDefinition

Definition of a historical job.

jobName?: string

Job name.

jobStatus?: string

Job status.

modifiedAt?: string

Last modification time of the job.

Generated using TypeDoc