GetPipePlainArgs

data class GetPipePlainArgs(val name: String) : ConvertibleToJava<GetPipePlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the pipe.

Functions

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