GetAssociationPlainArgs

data class GetAssociationPlainArgs(val associationName: String, val scope: String) : ConvertibleToJava<GetAssociationPlainArgs>

Constructors

Link copied to clipboard
constructor(associationName: String, scope: String)

Properties

Link copied to clipboard

The name of the association.

Link copied to clipboard

The scope of the association.

Functions

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