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

Obtain the type ID of this Slice class or interface.

Returns:

The type ID.

Return type:

str