GetConfiguredTableAssociationPlainArgs

data class GetConfiguredTableAssociationPlainArgs(val configuredTableAssociationIdentifier: String, val membershipIdentifier: String) : ConvertibleToJava<GetConfiguredTableAssociationPlainArgs>

Constructors

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

Properties

Link copied to clipboard

Returns the unique identifier of the specified configured table association. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard

The unique ID for the membership this configured table association belongs to.

Functions

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