GetNodePlainArgs

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

Constructors

Link copied to clipboard
fun GetNodePlainArgs(location: String, nodeId: String, project: String? = null)

Functions

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

Properties

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