Sync Group Schema Table Column Args
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
fun SyncGroupSchemaTableColumnArgs(dataSize: Output<String>? = null, dataType: Output<String>? = null, quotedName: Output<String>? = null)