SyncGroupSchemaTableColumnArgs

data class SyncGroupSchemaTableColumnArgs(val dataSize: Output<String>? = null, val dataType: Output<String>? = null, val quotedName: Output<String>? = null) : ConvertibleToJava<SyncGroupSchemaTableColumnArgs>

Properties of column in sync group table.

Constructors

Link copied to clipboard
constructor(dataSize: Output<String>? = null, dataType: Output<String>? = null, quotedName: Output<String>? = null)

Properties

Link copied to clipboard
val dataSize: Output<String>? = null

Data size of the column.

Link copied to clipboard
val dataType: Output<String>? = null

Data type of the column.

Link copied to clipboard
val quotedName: Output<String>? = null

Quoted name of sync group table column.

Functions

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