GetEventConnectionPlainArgs

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

A collection of arguments for invoking getEventConnection.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the connection.

Functions

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