RuntimesListResponse
Datalayer Core / RuntimesListResponse
Interface: RuntimesListResponse
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:201
Response from listing runtimes RuntimesListResponse
Properties
message
message:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:205
Response message from the server
runtimes
runtimes:
Runtime
[]
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:207
Array of runtime instances
success
success:
boolean
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:203
Whether the request was successful