SyncGroupSchemaTableColumnResponse

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
constructor(dataSize: String? = null, dataType: String? = null, quotedName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataSize: String? = null

Data size of the column.

Link copied to clipboard
val dataType: String? = null

Data type of the column.

Link copied to clipboard
val quotedName: String? = null

Quoted name of sync group table column.