GetAssociationPlainArgs

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

Constructors

Link copied to clipboard
fun GetAssociationPlainArgs(associationName: String, scope: String)

Functions

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

Properties

Link copied to clipboard

The name of the association.

Link copied to clipboard

The scope of the association.