Checkpoint interface
Defines the resource properties.
Properties
checkpoint |
Gets ID of the checkpoint. |
description | Gets description of the checkpoint. |
name | Gets name of the checkpoint. |
parent |
Gets ID of parent of the checkpoint. |
Property Details
checkpointId
Gets ID of the checkpoint.
checkpointId?: string
Property Value
string
description
Gets description of the checkpoint.
description?: string
Property Value
string
name
Gets name of the checkpoint.
name?: string
Property Value
string
parentCheckpointId
Gets ID of parent of the checkpoint.
parentCheckpointId?: string
Property Value
string