BashRequest

@Serializable
data class BashRequest(val command: String, val timeout: Duration, val envIds: Set<String>)(source)

Constructors

Link copied to clipboard
constructor(command: String, timeout: Duration, envIds: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard