Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

GcHistory.md

File metadata and controls

18 lines (14 loc) · 1.05 KB

GcHistory

Properties

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

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