SyncGroupSchemaResponse

data class SyncGroupSchemaResponse(val masterSyncMemberName: String? = null, val tables: List<SyncGroupSchemaTableResponse>? = null)

Properties of sync group schema.

Constructors

Link copied to clipboard
constructor(masterSyncMemberName: String? = null, tables: List<SyncGroupSchemaTableResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of master sync member where the schema is from.

Link copied to clipboard

List of tables in sync group schema.