Sync Group Schema Table Column Response
data class SyncGroupSchemaTableColumnResponse(val dataSize: String? = null, val dataType: String? = null, val quotedName: String? = null)
Properties of column in sync group table.