Interface AutoTestCopiedSnapshotSource

The source snapshot of a copied snapshot.

interface AutoTestCopiedSnapshotSource {
    assignmentId?: string;
    snapshotId?: string;
}

Properties

assignmentId?: string

The id of the assignment from which the snapshot was copied, if known.

snapshotId?: string

The id of the source snapshot, if known.