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.
Constructors
Link copied to clipboard
fun SyncGroupSchemaTableColumnResponse(dataSize: String? = null, dataType: String? = null, quotedName: String? = null)