ListRuntimesResponse
Agent Runtimes / models/RuntimeDTO / ListRuntimesResponse
Interface: ListRuntimesResponse
Defined in: src/models/RuntimeDTO.ts:93
Response from listing runtimes ListRuntimesResponse
Properties
message
message:
string
Defined in: src/models/RuntimeDTO.ts:97
Response message from the server
runtimes
runtimes:
IRuntimePod[]
Defined in: src/models/RuntimeDTO.ts:99
Array of runtime instances
success
success:
boolean
Defined in: src/models/RuntimeDTO.ts:95
Whether the request was successful