Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

ExecHistory.md

File metadata and controls

18 lines (14 loc) · 1.08 KB

ExecHistory

Properties

Name Type Description Notes
Id int32 the id of purge job. [optional] [default to null]
JobName string the job name of purge job. [optional] [default to null]
JobKind string the job kind of purge job. [optional] [default to null]
JobParameters string the job parameters of purge job. [optional] [default to null]
Schedule *ScheduleObj [optional] [default to null]
JobStatus string the status of purge job. [optional] [default to null]
Deleted bool if purge job was deleted. [optional] [default to null]
CreationTime time.Time the creation time of purge job. [optional] [default to null]
UpdateTime time.Time the update time of purge job. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]