Condividi tramite


SyncGroupSchemaTable Class

Properties of table in sync group schema.

Constructor

SyncGroupSchemaTable(*, columns: list['_models.SyncGroupSchemaTableColumn'] | None = None, quoted_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
columns

List of columns in sync group schema.

Default value: None
quoted_name
str

Quoted name of sync group schema table.

Default value: None

Variables

Name Description
columns

List of columns in sync group schema.

quoted_name
str

Quoted name of sync group schema table.