TypeField

data class TypeField(val fieldName: String, val fieldType: String)

Constructors

Link copied to clipboard
constructor(fieldName: String, fieldType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the field.

Link copied to clipboard

The data type of the field. This can be any Cassandra data type or another user-defined type.