CreateRuntimeResponse
Datalayer Core / CreateRuntimeResponse
Interface: CreateRuntimeResponse
Defined in: src/models/RuntimeDTO.ts:99
Response from creating a new runtime CreateRuntimeResponse
Properties
message
message:
string
Defined in: src/models/RuntimeDTO.ts:103
Response message from the server
runtime
runtime:
RuntimeData
Defined in: src/models/RuntimeDTO.ts:105
The created runtime instance
success
success:
boolean
Defined in: src/models/RuntimeDTO.ts:101
Whether the request was successful