DeletedRunbookProperties interface
Definition of the deleted runbook property.
Properties
| creation |
Gets or sets the creation time. |
| deletion |
Gets or sets the last modified time. |
| runbook |
Gets or sets the Runbook Id. |
| runbook |
Type of the runbook. |
| runtime | Gets or sets runtime of the runbook. |
| runtime |
Environment of the runbook. |
Property Details
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
deletionTime
Gets or sets the last modified time.
deletionTime?: Date
Property Value
Date
runbookId
Gets or sets the Runbook Id.
runbookId?: string
Property Value
string
runbookType
Type of the runbook.
runbookType?: string
Property Value
string
runtime
Gets or sets runtime of the runbook.
runtime?: string
Property Value
string
runtimeEnvironment
Environment of the runbook.
runtimeEnvironment?: string
Property Value
string