CatalogDeclarativeWorkspaceDataFilter.
from_dict
from_dict(data: dict[str, Any], camel_case: bool) -> CatalogDeclarativeWorkspaceDataFilter
Parameters
| name | type | description |
|---|---|---|
| data | dict[str, Any] | Data loaded, for example, from a file. |
| camel_case | bool | True if the variable names in the input data are serialized names as specified in the OpenAPI document. False if the variable names in the input data are Python variable names in PEP-8 snake case. |
Returns
| type | description |
|---|---|
| CatalogDeclarativeWorkspaceDataFilter | CatalogDeclarativeWorkspaceDataFilter object. |