GetNetworkPlainArgs

data class GetNetworkPlainArgs(val id: String) : ConvertibleToJava<GetNetworkPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique ID of the Network.

Functions

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