Package version:

Interface Checkpoint

Defines the resource properties.

interface Checkpoint {
    checkpointId?: string;
    description?: string;
    name?: string;
    parentCheckpointId?: string;
}

Properties

checkpointId?: string

Gets ID of the checkpoint.

description?: string

Gets description of the checkpoint.

name?: string

Gets name of the checkpoint.

parentCheckpointId?: string

Gets ID of parent of the checkpoint.