GetIsolateIdResponse

@Serializable
data class GetIsolateIdResponse(val id: String)

Response type for the RuntimeDomain.getIsolateId command.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The isolate id.