GetProcessPlainArgs

data class GetProcessPlainArgs(val location: String, val processId: String, val project: String? = null) : ConvertibleToJava<GetProcessPlainArgs>

Constructors

Link copied to clipboard
fun GetProcessPlainArgs(location: String, processId: String, project: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetProcessPlainArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null