Skip to main content

SnapshotsListResponse

Datalayer Core


Datalayer Core / SnapshotsListResponse

Interface: SnapshotsListResponse

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:214

Response from listing runtime snapshots RuntimeSnapshotsListResponse

Properties

message

message: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:218

Response message from the server


snapshots

snapshots: RuntimeSnapshot[]

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:220

Array of runtime snapshots


success

success: boolean

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:216

Whether the request was successful