SyncGroupSchema Class
Properties of sync group schema.
Constructor
SyncGroupSchema(*, tables: list['_models.SyncGroupSchemaTable'] | None = None, master_sync_member_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
tables
|
List of tables in sync group schema. Default value: None
|
|
master_sync_member_name
|
Name of master sync member where the schema is from. Default value: None
|
Variables
| Name | Description |
|---|---|
|
tables
|
List of tables in sync group schema. |
|
master_sync_member_name
|
Name of master sync member where the schema is from. |