CreateRuntimeResponse
Agent Runtimes / models/RuntimeDTO / CreateRuntimeResponse
Interface: CreateRuntimeResponse
Defined in: src/models/RuntimeDTO.ts:80
Response from creating a new runtime CreateRuntimeResponse
Properties
message
message:
string
Defined in: src/models/RuntimeDTO.ts:84
Response message from the server
runtime
runtime:
IRuntimePod
Defined in: src/models/RuntimeDTO.ts:86
The created runtime instance
success
success:
boolean
Defined in: src/models/RuntimeDTO.ts:82
Whether the request was successful