gooddata_sdk.catalog.data_source.entity_model.content_objects.table.CatalogDataSourceTableAttributes
- class gooddata_sdk.catalog.data_source.entity_model.content_objects.table.CatalogDataSourceTableAttributes(*, columns: List[CatalogDataSourceTableColumn], name_prefix: Optional[str] = None, path: Optional[List[str]] = None, type: Optional[str] = None)
Bases:
Base- __init__(*, columns: List[CatalogDataSourceTableColumn], name_prefix: Optional[str] = None, path: Optional[List[str]] = None, type: Optional[str] = None) None
Method generated by attrs for class CatalogDataSourceTableAttributes.
Methods
__init__(*, columns[, name_prefix, path, type])Method generated by attrs for class CatalogDataSourceTableAttributes.
client_class()from_api(entity)Creates object from entity passed by client class, which represents it as dictionary.
from_dict(data[, camel_case])Creates object from dictionary.
to_api()to_dict([camel_case])Converts object into dictionary.
Attributes
columnsname_prefixpathtype- classmethod from_api(entity: Dict[str, Any]) T
Creates object from entity passed by client class, which represents it as dictionary.
- classmethod from_dict(data: Dict[str, Any], camel_case: bool = True) T
Creates object from dictionary. It needs to be specified if the dictionary is in camelCase or snake_case.
- to_dict(camel_case: bool = True) Dict[str, Any]
Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be specified.