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