milestonexprotectwspython.xpwalerttype

Module: xpwalerttype.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWAlertType:

Alert Type information.

Threadsafety:

This class is fully thread-safe.

XPWAlertType()

Initializes a new instance of the class.

AlertTypeId: str

The globally unique identifier of the alert type.

Returns:

The AlertTypeId property value.

Description: str

A description of the alert type.

Returns:

The Description property value.

Name: str

Name of the alert type.

Returns:

The Name property value.