SyncGroupSchemaTableResponse

data class SyncGroupSchemaTableResponse(val columns: List<SyncGroupSchemaTableColumnResponse>? = null, val quotedName: String? = null)

Properties of table in sync group schema.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of columns in sync group schema.

Link copied to clipboard
val quotedName: String? = null

Quoted name of sync group schema table.