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

Properties

snapshots: RDB.v1.Snapshot[]

List of snapshots.

totalCount: number

Total count of snapshots available.