class ApiGridFunctionProxy(grid_pool_id: str, gf_name: str, pyro_api: Pyro5.api.Proxy)#

Overview#

serialize

Serialize a proxy object of the API Grid Functions.

Import detail#

from ansys.rocky.core.rocky_api_proxies import ApiGridFunctionProxy

Method detail#

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

Serialize a proxy object of the API Grid Functions.

Parameters:
objAny

Object to serialize.

Returns:
dict

Dictionary of the serialized object.