- class ApiElementProxy(pyro_api: Pyro5.api.Proxy, pool_id: str)#
Provides a proxy object for an API element.
- Parameters:
- pyro_api
Pyro5.api.Proxy
Pyro5 proxy object for interacting with the Rocky app.
- pool_id
int
ID of the API element.
- pyro_api
Overview#
Serialize a proxy object of the API element. |
Import detail#
from ansys.rocky.core.rocky_api_proxies import ApiElementProxy
Method detail#
- classmethod ApiElementProxy.serialize(obj: ApiElementProxy) dict #
Serialize a proxy object of the API element.
- Parameters:
- obj
Any
Object to serialize.
- obj
- Returns:
dict
Dictionary of the serialized object.