IceGrid.ApplicationUpdateInfo

class IceGrid.ApplicationUpdateInfo(updateTime: int = 0, updateUser: str = '', revision: int = 0, descriptor: ~IceGrid.ApplicationUpdateDescriptor.ApplicationUpdateDescriptor = <factory>)

Bases: object

Information about updates to an IceGrid application.

Parameters:
updateTime

The update time.

Type:

int

updateUser

The user who updated the application.

Type:

str

revision

The application revision number.

Type:

int

descriptor

The update descriptor.

Type:

ApplicationUpdateDescriptor

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::ApplicationUpdateInfo.