Class PostgresqlObjectIdentifier (1.2.1)

PostgresqlObjectIdentifier(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PostgreSQL data source object identifier.

Attributes

NameDescription
schema str
Required. The schema name.
table str
Required. The table name.

Inheritance

builtins.object > proto.message.Message > PostgresqlObjectIdentifier