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.