ApiJobHistory

The ApiJobHistory message.

JSON representation
{
  "id": string,
  "name": string,
  "message": string,
  "creationTime": string,
  "identifier": string,
  "modificationTime": string,
  "additionalProperties": {
    string: string,
    ...
  }
}
Fields
id

string (int64 format)

The id of the job.

name

string

The name of the job.

message

string

The message of the job.

creationTime

string

The creation time of the job.

identifier

string

The identifier of the job.

modificationTime

string (int64 format)

The modification time of the job.

additionalProperties

map (key: string, value: string)

The additional properties of the job.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.