class ApiExportToolkitProxy(pyro_api: Pyro5.api.Proxy)#

Overview#

serialize

Serialize a proxy object of the API ExportToolkit object.

Import detail#

from ansys.rocky.core.rocky_api_proxies import ApiExportToolkitProxy

Method detail#

ApiExportToolkitProxy.__getattr__(attr_name: str) collections.abc.Callable#
classmethod ApiExportToolkitProxy.serialize(obj: ApiExportToolkitProxy) dict#

Serialize a proxy object of the API ExportToolkit object.

Parameters:
objAny

Object to serialize.

Returns:
dict

Dictionary of the serialized object.