CatalogDeclarativeWorkspaceDataFilter.

from_dict

from_dict(data: dict[str, Any], camel_case: bool) -> CatalogDeclarativeWorkspaceDataFilter

Parameters

nametypedescription
datadict[str, Any]Data loaded, for example, from a file.
camel_caseboolTrue 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

typedescription
CatalogDeclarativeWorkspaceDataFilterCatalogDeclarativeWorkspaceDataFilter object.