interface ListSnapshotsResponse {
    snapshots: Instance.v1.Snapshot[];
    totalCount: number;
}

Properties

snapshots: Instance.v1.Snapshot[]

List of snapshots.

totalCount: number

Total number of snapshots.