IceGrid.PropertyDescriptor¶ class IceGrid.PropertyDescriptor(name: str = '', value: str = '')¶ Bases: object Describes an Ice property. Parameters: name (str) value (str) name¶ The name of the property. Type: str value¶ The value of the property. Type: str Notes The Slice compiler generated this dataclass from Slice struct ::IceGrid::PropertyDescriptor.