GetGatewayPlainArgs

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

A collection of arguments for invoking getGateway.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the gateway to retrieve.

Functions

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