GetTypePlainArgs

data class GetTypePlainArgs(val keyspaceName: String, val typeName: String) : ConvertibleToJava<GetTypePlainArgs>

Constructors

Link copied to clipboard
constructor(keyspaceName: String, typeName: String)

Properties

Link copied to clipboard

Name of the Keyspace which contains the User-Defined Type.

Link copied to clipboard

Name of the User-Defined Type.

Functions

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