Sync Group Schema Table Response
data class SyncGroupSchemaTableResponse(val columns: List<SyncGroupSchemaTableColumnResponse>? = null, val quotedName: String? = null)
Properties of table in sync group schema.
Constructors
Link copied to clipboard
fun SyncGroupSchemaTableResponse(columns: List<SyncGroupSchemaTableColumnResponse>? = null, quotedName: String? = null)