CollectionsTablesListTablesResponse200

class pydelfini.delfini_core.models.collections_tables_list_tables_response_200.CollectionsTablesListTablesResponse200(errors, pagination, tables)[source]

Bases: object

CollectionsTablesListTablesResponse200 model

Parameters:
errors
Type:

List[‘Error’]

pagination
Type:

Pagination

tables
Type:

List[‘Table’]

Attributes

errors

pagination

tables

classmethod from_dict(src_dict)[source]

Create an instance of CollectionsTablesListTablesResponse200 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]