IceGrid.BoxedString¶ class IceGrid.BoxedString(value: str = '')¶ Bases: Value A “boxed” string. Parameters: value (str) value¶ The value of the boxed string. Type: str Notes The Slice compiler generated this dataclass from Slice class ::IceGrid::BoxedString. static ice_staticId() → str¶ Returns the Slice type ID of this type. Returns: The return value is always ::Ice::Object. Return type: str