IceGrid.ObjectInfo¶ class IceGrid.ObjectInfo(proxy: ObjectPrx | None = None, type: str = '')¶ Bases: object Information about an Ice well-known object. Parameters: proxy (ObjectPrx | None) type (str) proxy¶ The proxy of the object. Type: ObjectPrx | None type¶ The type of the object. Type: str Notes The Slice compiler generated this dataclass from Slice struct ::IceGrid::ObjectInfo.