GetIdMappingTablePlainArgs

data class GetIdMappingTablePlainArgs(val idMappingTableIdentifier: String, val membershipIdentifier: String) : ConvertibleToJava<GetIdMappingTablePlainArgs>

Constructors

Link copied to clipboard
constructor(idMappingTableIdentifier: String, membershipIdentifier: String)

Properties

Link copied to clipboard

The unique identifier of the ID mapping table identifier that you want to retrieve.

Link copied to clipboard

The unique identifier of the membership resource for the ID mapping table.

Functions

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