Overview#
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:
- obj
Any
Object to serialize.
- obj
- Returns:
dict
Dictionary of the serialized object.