ListRuntimesResponse
Datalayer Core / ListRuntimesResponse
Interface: ListRuntimesResponse
Defined in: src/models/RuntimeDTO.ts:112
Response from listing runtimes ListRuntimesResponse
Properties
message
message:
string
Defined in: src/models/RuntimeDTO.ts:116
Response message from the server
runtimes
runtimes:
RuntimeData[]
Defined in: src/models/RuntimeDTO.ts:118
Array of runtime instances
success
success:
boolean
Defined in: src/models/RuntimeDTO.ts:114
Whether the request was successful