SyncGroupSchemaTable Class
Properties of table in sync group schema.
Constructor
SyncGroupSchemaTable(*, columns: List[SyncGroupSchemaTableColumn] | None = None, quoted_name: str | None = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
columns
Required
|
List of columns in sync group schema. |
|
quoted_name
Required
|
Quoted name of sync group schema table. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
columns
|
Default value: None
|
|
quoted_name
|
Default value: None
|